I have a form xml i got from a bundle and I am cha...
# sdf
n
I have a form xml i got from a bundle and I am changing a few things and want to deploy as a suiteapp. But, there are several fields/tabs/etc. that are not in the manifest. Do i have to list each one or is there a way around that?
j
Not familiar with SuiteApp deployment processes, but I need to include custom fields/tabs/etc. on my manifest when deploying custom forms. (if they are not included in my project)
m
@Nicholas Williams Are you running into an issue? I'm kind of confused by the question. Are these dependencies you're asking about? You should import your form object and any other dependencies into your sdf project
n
@Matt Bernstein so the fields i need to include on the form are not apart of the SDF project and won't be. So i was having to include every single one which was like 30 lines on the manifest.xml
m
as they are dependencies? did you try automatically adding dependencies to the manifest?
n
@Matt Bernstein yeah, apparently that wasn't enough
j
I need to manually add dependencies to the manifest all the time, especially with form layouts. Otherwise the form may be missing/displaying fields you have displayed/hidden on the form.