I have an Account Customization sdf project where ...
# sdf
y
I have an Account Customization sdf project where I included a custom role. Dunning Letters bundle is installed and because of that the imported
customroleNNNN.xml
file has an
custrecord_dunning_role_flag
xml entry, which is empty. When I deploy the project I get an error saying that
Details: The object reference [scriptid=custrecord_dunning_role_flag] is missing in the project and also not included in the dependencies list.
I tried to import
custrecord_dunning_role_flag
but I get an error saying
You cannot download the XML file for this object because it is locked.
I added a
<bundle id="62340"><objects><object>custrecord_dunning_role_flag</object></objects></bundle>
in
manifest.xml
file (62340 is the bundle ID of Dunning Letters bundle) as stated in
<http://helpcenter.nl?fid=section_1556849872.html|helpcenter.nl?fid=section_1556849872.html>
but I get an error saying
You cannot reference or depend on a bundle from an Account Customization project. Bundle dependency references are supported for SuiteApp projects only.
How do I include a role to my Account Customization sdf project when a it has a dependency on a locked bundle. BTW the role was only needed to be a part of the project because I have a custom record where the role was specified in the Permissions tab
b
y
Thank you very much. That worked.