cancel
Showing results for 
Search instead for 
Did you mean: 

Disabling Tool Bar Icon using CAS

loganathan_p3
Contributor
0 Kudos

Dear Team,

Is it possible to disable a tool bar icon using the CAS. Our business requirement is to convert the Lead to Opportunity.So we are in need to disable the tool bar icon of Opportunity.

Kindly suggest

Regards

Logan

Accepted Solutions (1)

Accepted Solutions (1)

former_member186648
Active Contributor

Hi Logan,

1) You can use UI Switch:

https://blogs.sap.com/2015/12/09/how-to-make-a-ui-flexibledynamic-using-ui-switch-in-sdkpdicloud-app...

or

2) Create XBO on Opportunity, Create ValidationOnSave event, Check if there is a predecessor Lead, if not return false.
This would not allow to save Opportunity without Lead

Thanks, Pradeep.

Answers (0)