You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to programmatically create a relationship field sfdx shane:object:field -o assets__c --api clientassets__c -n 'clientassets' -t MasterDetail --relname=clientassets -l 255
but I have to manually specify parent object name. API name of the parent object ex: Account, Something__c: client__c Child relationship label? [clientassets]:
Looking at your param list, I can not find any params which relate to parent object and relation label. can you please let me know how can I achieve adding relation field without manual interaction e.i specify parent object name and relation label in command ?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to programmatically create a relationship field
sfdx shane:object:field -o assets__c --api clientassets__c -n 'clientassets' -t MasterDetail --relname=clientassets -l 255
but I have to manually specify parent object name.
API name of the parent object ex: Account, Something__c: client__c
Child relationship label? [clientassets]:
Looking at your param list, I can not find any params which relate to parent object and relation label. can you please let me know how can I achieve adding relation field without manual interaction e.i specify parent object name and relation label in command ?
The text was updated successfully, but these errors were encountered: