I am trying to use SDF to move a workflow from one...
# sdf
n
I am trying to use SDF to move a workflow from one sandbox to another sandbox. Can someone help me decipher what this error message means: WARNING -- One or more potential issues were found during folder validation. Details: The bundleable attribute field depends on the CREATESUITEBUNDLES feature. The manifest must define the CREATESUITEBUNDLES feature as required or optional. Does this mean the manifest file i need to add something like this: <features> <feature required="true">WORKFLOW</feature> <feature required="false">ADVANCEDPRINTING</feature> <feature required="true">CREATESUITEBUNDLES</feature> </features>
a
Have you tried right clicking on the project and "Add dependencies to the manifest"?
n
yes i had done that first and then got this error when trying to deploy
so now the error is: WARNING -- One or more potential issues were found during file validation. Details: The bundleable attribute field depends on the CREATESUITEBUNDLES feature. The manifest must define the CREATESUITEBUNDLES feature as required or optional. Details: The hideinbundle attribute field depends on the CREATESUITEBUNDLES feature. The manifest must define the CREATESUITEBUNDLES feature as required or optional.
@Mariano Saenz (NS Eng Lead) @Albert Margarit (NS Eng Lead) Any idea how I can fix this?
actually never mind, after adding <feature required="true">CREATESUITEBUNDLES</feature> to the manifest and then adding dependency references to the manifest i am past this errror
a
didn't adddependencies add it automatically?
n
i didnt actually so i had to manually add it to the manifest
a
ok, good catch. Thanks!
n
@Albert Margarit (NS Eng Lead) One last question, i can see in SDF on webstorm that trying to import a list of saved searches, those that are not public wont import unless we enable public on the search. Is this by design? or is this a bug.
a
I think this is by design, yes
n
cool
@Albert Margarit (NS Eng Lead) I was curious about one more anomoly i see in Webstorm and I have seen this multiple times. Lets say I import a custom form, then I try to deploy it to another account I get some errors in the console that I need to fix. When I fix the errors in the manifest, there is no way to hit save. I try to re-deploy and it still gives the same original error even though I have fixed it. I find that shutting down webstorm, opening it up again and with no changes trying to deploy it works correctly. In other words i see a lot of times that changes I make to an objects XML file or the manifest sometimes takes a few minutes or even a restart to take affect on the file even though in the webstorm UI I can see my new changes. Am I missing something or is this how Webstorm works? How do i make a change on an object xml and manifest file and hit save when there is no save?
a
yeah.. someone else raised that problem too 🙂
n
ok so it is a known gltich, atleast i have a workaround
a
We are building an auto-save feature now so wheneve you do adddependencies or change XML objects and then deploy/validate, the plugin auto-saves the file
n
cool
a
The workaround is to trigger the save manually (Ctrl+s) or to change tabs
I guess in Mac is Cmd+s
n
cool
One last question, is there any setting to make a form available for SDF. I have PO forms that i can access via SDF. But a vendor bill form and a blanket PO form dont show up. The last time i had a similar issue with some some fields not showing up in SDF, i had to remove the netsuite accounts tied to webstorm and re-add them in. This didnt work this time.
a
We are adding new forms support this release
I'd ask @Mark Bollar about Form support and future plans
n
cool
@Mark Bollar Hi Mark. Is there any setting to make a form available for SDF? I have PO forms that i can access via SDF. But a vendor bill form and a blanket PO form dont show up. The last time i had a similar issue with some some fields not showing up in SDF, i had to remove the netsuite accounts tied to webstorm and re-add them in. This didnt work this time.
This suiteanswer indicated that Vendor bill and blanket PO's are not supported, can someone please confirm: https://netsuite.custhelp.com/app/answers/detail/a_id/65764
m
You are correct. Vendor Bill and Blanket POs are not supported in SDF at this time. We will target this for support in our next release which is 20.1.
n
great