Question:
How to enable the Create button for a related list of a custom object in CRM iPad?
Answer:
To enable the Create button for related lists of Custom Objects, be sure the following steps are completed:
- Create a Mobile ID Text field on the Custom Obj._ID_vod and the API Name must be Mobile_ID_vod__c.
- Set it as Unique and External ID in General Options.
- Set Length as 100 in Text Options.
- Create appropriate VMOC(s) for the Custom Object.
- Grant the end-user Edit Field Level Security (FLS) to Mobile_ID_vod.
- Grant the end-user Create Object-Level Permissions on the custom object.
Related Documentation:
N/A