Hello, We are moving from one NS instance to anoth...
# sdf
w
Hello, We are moving from one NS instance to another. Everything has been going smoothly so far. we have run into an issue when trying to move a entry form We are getting this error: To install this SuiteCloud project, the SUBSCRIPTIONBILLING(Subscription Billing) feature must be enabled in the account. However this feature is not present on the source or destination account, it cannot even be enabled. I’ve tried deleting it from the manifest or setting it to false but it still throws the error when trying to deploy
b
can you search the whole project for SUBSCRIPTIONBILLING? I wonder if it isn't tucked away in a different object somewhere?
s
I may recommend removing hidden fields from the form xml file manually. Even the feature is not enabled, not active fields from a feature is downloaded in the XML file as hidden and then SDF recognizes it as required feature. It is a bit annoying but I think there is no other workaround.
w
There are no references to subscriptionbilling in the project, it’s only with entity forms for some reason. I have one smaller one and I don’t see any hidden fields. (assuming you are referencing <visible>F</visible> I’ve tried fetching from different IDE freshly created projects.