function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
DevelopementDevelopement 

Idea Object Help

Hi,
I am trying to find a way where if an USer try to Post an Idea in Salesforce (Idea Object) before it posted , it should come to me (Admin) for the approval that whether this can be posted as in Idea or not? after I approve it should be visible to all Users.

FYI: I have tried the Approval Process but I cannnot create a Approval process on Ideas.

Please help how can I achieve this?

Vinita_SFDCVinita_SFDC

Hello,

 

Yes at present this functionality is not available through UI and with apex also i doubt if we can achieve this. Please vote the below idea if you wish to have this functionality in near future:

 

https://success.salesforce.com/ideaView?id=08730000000hBTMAA2

DevelopementDevelopement

Hi Vinita,

Thanks.

But I think this would be done by APex or create a custom button.

I am not good in coding so if you can help

 

Thanks.

Madhan Raja MMadhan Raja M

Hi,

 

Create a custom object object with two fields  Title and Idea body (same as idea field) and expose this object to all the users to post idea.  Create a picklist with Status "Approve" or "Denied" and make it visible for admin. use a trigger to create an idea record in the idea object when the status is "Approve". Add a validation on Idea object such that the user should not create an idea.

 

Regards,

Madhan Raja M

<script type="text/javascript">// var vegan = { API_URL: '//api.viglink.com/API', key: 'a187ca0f52aa99eb8b5c172d5d93c05b' }; // </script> <script type="text/javascript" src="http://cdn.viglink.com/api/vglnk.js"></script>