cancel
Showing results for 
Search instead for 
Did you mean: 

Make Opportunity created from Ext-Interface non-editable

prateekkr
Explorer
0 Kudos

There is a requirement according to which the opportunity created from an external interface needs to be non-editable. Making every field read-only will be a tough task so I'm looking for any alternative way which could help us in achieving the goal in one shot.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186648
Active Contributor
0 Kudos

Hi Prateek,

You could create XBO on Opportunity,
Create ValidationOnSave event,
Check for the user, external interface would be triggered by technical user, so you could check for technical user and return false for technical user.
Check user: https://archive.sap.com/discussions/thread/3830755

Thanks, Pradeep.

Answers (0)