Write a comment...
0/9000
Hello, I'm i've received a request from our Community Manager regarding the desire to enable Community Moderation Rules for a Specific Chatter Group. Basically, every Post or Comment should be Reviewed for Approval. I didn't see a way to do this in the Moderation UI, but in the help articles its says you can do complex Moderation Rules using Code. Has anyone done anything like this? Thanks in advance!
Is it possible to create a fields picklist value with automation?
, but if you really want to provide picklist and want to update the picklist options at backend level , then you need to go for Metadata API to achieve that.
Thanks
Technophyles team
Website :
https://www.technophyles.com/LinkedIn :
https://www.linkedin.com/company/technopyles-consulting/Blogs:
https://blog.technophyles.com/Please vote on this idea if you get a chance (PS: here's your chance ;) )
I have a requirement that must upload a supporting document to each checklist field that gets checked for completing it. There are 8 steps and requires a file attachment for each checkbox step. Is it possible to create a file attachment button next to a checkbox field and validate that a file was attached for that Checkbox?
Hi folks, I need your help. We use Visualforce pages in our customer community. Case View page is a visualforce page (see Exhibit A). I need to be able to add a custom objects "EDI Enrollments" related list to the Case View page. There is a Case Lookup on the EDI Enrollment object. We have folks internally creating the EDI Records from the case page, but need them to be visible from the case for customers in the community. This is similar functionality that has been added for attachments section using Visualforce component (Exhibit B). I need to display an Enrollment record at the bottom of the Case record. Any pointers here is appreciated.
Hey Folks, I'm looking for a little help with developing a button that when clicked simply downloads all attachments on the record to your computer. Is something like this possible? Thank you
Does anyone know how to schedule Apex Class so that it runs daily at 8:30AM (on the half hour) which is the start of our Business Hours. When I go to Schedule the Apex Class i only seem to have options for the 8:00, 9:00, etc. My understanding is that it's done in the Apex class itself to reference the Business Hours however, I'm not sure how i should setup the Scheduling part through the interface? Is there another way to do this?
Does anyone know how to create a link in a visualforce page and have that link take on the style of your CSS class. For instance, I have this footer "Legal Notices | Company ABC Inc." I want "Legal Notices" to be a link to our website and make this all the same style using apex? I'm stuck.