- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 11:08 AM
My goal is to see all the fields of a FORM (fields inherited from other TABLES also) in a spreadsheet.
Actually I want to see all the attributes/fields which come OOB for Risk, Control, Policy etc at the form view level that is why I am trying to extract the list of all the Active fields of a form.
Please guide me with it.
Thanks,
Pushpanjali.
Solved! Go to Solution.
- Labels:
-
Best Practices

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 11:12 AM
Hi Pushpanjali,
You can follow link & replace the instance name in the URL. Filter by appropriate table name & get the export from system.
Thanks,
Jaspal Singh
Hit Helpful or Correct on the impact of response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 11:12 AM
Hi Pushpanjali,
You can follow link & replace the instance name in the URL. Filter by appropriate table name & get the export from system.
Thanks,
Jaspal Singh
Hit Helpful or Correct on the impact of response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 11:25 AM
Thanks!!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-13-2019 11:38 AM
Glad you got a solution that works for you. Keep in mind this is showing you ALL fields. You specifically said the active fields on the form. Which you can get through the method I spoke of. Otherwise, this, shows you all fields on the table.
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2019 07:32 AM
Hello Allen,
Yes, your are right. I have still not got the proper way to extract ONLY ACTIVE fields of a form.
Actually I thought that your method would be more apt but when I am selecting any view I can see NO records under Forms tab or any tab. Could you please guide me if I am missing out something.