This topic contains 3 replies, has 0 voices, and was last updated by tect22 7 years, 4 months ago.

  • Author
    Posts
  • #21692 Score: 0

    Vesku1980
    • Contributions: 0
    • Level 1

    Hello,

    Is it possible to create search or script to have list of all records (Original and Custom Records) ?

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

  • #21693 Score: 0

    david.smith
    • Contributions: 0
    • Level 1

    Not possible with a UI search. However, there are tricks and ways to do this via script. It's not easy and you have to use SuiteTalk to accomplish some of it. This would be a fairly large project to undertake.

  • #21694 Score: 0

    Vesku1980
    • Contributions: 0
    • Level 1

    Thanks David

  • #21695 Score: 0

    tect22
    • Contributions: 0
    • Level 1

    Hi Vesku1980

    I think you can do this by script you may use the NetSuite Native Script, nsServerCall, to use the function, you need two parameters, nsJSONProxyURL which has a default value of the address of NetSuite JSON Data handler. Then the second parameter is the object type you needed, not sure the correct term, as I am only using this to get the usageunits before.

    You may try this snippet.

    nsServerCall(nsJSONProxyURL, "getRecordTypes");

    Then after getting all the recordtype, you may create a loop to search all the records of it.

    Hope this helps.

You must be logged in to reply to this topic.