This topic contains 1 reply, has 0 voices, and was last updated by MChammaTX 6 years, 1 month ago.

  • Author
    Posts
  • #23735 Score: 0

    PervazA
    • Contributions: 0
    • Level 1

    Is there a place to get a listing of all the fields of all the standard forms.

    We are doing an implementation and we have a lot of forms to go through.

    We was hoping to bypass the lookup into each field to show internal ID.

    Is there a place that I can lookup a form and see the fields in different sections with their Ids.

    Alternatively is there a ready made script I could use that would pull out the list of names, Ids and other attributes and throw in a CSV or excel file.

    Thanks

    Pervaz Allaudin
    This is a cached copy. Click here to see the original post.

  • #23736 Score: 0

    MChammaTX
    • Contributions: 0
    • Level 1

    Not sure if you've used the SuiteScript record browser but that might be the first place to start.

    For a more advanced options you can use the record module getFields method or the ui/serverWidget form property getField method or a combination of the two. I believe this last method will show the label in use for a particular form if it has been renamed from its original field name. Not sure if either method will show which tab it currently appears on but if it does it will likely be with the container property.

You must be logged in to reply to this topic.