Give a role permission to edit existing records but restrict it from creating a new

User wants a role from editing the existing the records but restrict it from creating a new record Solution Navigate to Setup > Customization > Workflow > New. Enter Restrict Create Custom Record in the Name field. Select the Custom Record Type in the Record Type field. Check the On Create check box. Set Trigger… Continue reading Give a role permission to edit existing records but restrict it from creating a new

The value can’t be set in the Edit context In Beforeload

When a record is in edit mode, the user event script can’t set value in any fields in beforeload entry point. But we can set value in create context, using user event script in beforeload entry point. This restriction only exists in beforeload entry point. In beforeSubmit entry point, we can use setValue to set… Continue reading The value can’t be set in the Edit context In Beforeload