Important Update: Archer Community Scheduled Maintenance on November 23–24 - New Community Launching Soon! Learn More..
2019-12-18 08:38 AM
Hello -
Is it possible to apply a custom object to only a select group? I don't see an immediate solution for providing this functionality through DDE logic. One option that comes to mind would be to apply the custom object to a layout that only targets the select group.
Any thoughts on how to best handle?
Thanks!
Thomas
2019-12-18 09:05 AM
Either your DDE tab visible to needed group only approach, or you code in the custom object the current user group by using API and then put conditions in the code itself.
2019-12-18 09:20 AM
I tried to apply the DDE rule/action for the custom object to only a select group but it displays for everyone regardless. The code in the custom object I am using is encrypted so I can't modify this directly.
Thomas
2019-12-18 09:27 AM
Did u put to tab or section? This will work in tab, I believe, if tab is the 1st one to show.
Kindest regards, I remain,
Ilya
2019-12-18 09:38 AM
Tried with section but will try with tab to see if that works.
Thomas
2019-12-18 10:12 AM
The tab option works for what is needed. Is there a way to apply the custom object from the new tab while also hiding the tab from view? I'm trying to limit what will be exposed to end users.
Thanks!
Thomas
2019-12-18 11:08 AM
Not sure. Tab needs to be visible this or that way in order for custom object to be executed.
Custom object will also be ready to execute in case user opens the tab manually.
Kindest regards, I remain,
Ilya
2019-12-22 07:25 AM
Please refer the code I have posted in the below thread.