Hi All,
Is it possible to pull out list of all marketing programs using local forms ?.
Thanks,
Deepthi.
Solved! Go to Solution.
You should see all the forms in the WS by clicking the Forms in the left-tree (Ref snapshot below).
If you open up the Forms you'll only see the forms created in the DS - rather as I mentioned above click the Forms and you should be able to see all the forms in the WS on the right pane (Ref. snapshot below).
You can find all the forms within a WS in the Design Studio > Click on Form, forms created within a program will have [Program Name].[Form Name] as their name and forms created in the DS will have [Form Name] as their name, this can serve as an identifier for the local forms. You cannot export this in the form of CSV file, but can view and navigate to the forms within your WS from here. You can use Form API to export the forms which will have the parent program/folder name in the response, but this you'll need to page through multiple API calls if you've a lot of forms since this API call returns max of 200 form data.
You should see all the forms in the WS by clicking the Forms in the left-tree (Ref snapshot below).
If you open up the Forms you'll only see the forms created in the DS - rather as I mentioned above click the Forms and you should be able to see all the forms in the WS on the right pane (Ref. snapshot below).