hello. I am brand new to this slack group and to n...
# integrations
a
hello. I am brand new to this slack group and to netsuite. I am more experienced with salesforce and working on an integration between the two. My question is how does one get a list of the customForm records? This is a required field for creating Customer records and I cannot find a way to get a comprehensive list of all the customForm records. It does not seem to be a searchable object....according to search.Type() documentation. https://4493507-sb1.app.netsuite.com/app/help/helpcenter.nl?fid=section_4483165708.html And when try executing ss2.0 in console to obtain a list I just get errors.
n
@Andy Kallio This group is new and not much people in here, you may wanna ask this in #C298P0BCK or #C29HQS63G . Although, want to know your use case, like what do you want to do with the list?
a
HI @Nik I want the list so that I can start to understand/figure out what the options are. My overall plan is to store the ids for the relationships that should be pretty static somewhere in salesforce. For example, in sending and Account from salesforce to be created as a Customer, I will be able to pull directly from storage in salesforce the customForm Id, currency Id etc. I guess what is really needed is a breakdown of which customers where created with which form and then I can understand why those forms were used and try to use the same logic in salesforce. Even more basic, I am confused as to why form is required for records created through restLet.
n
Different forms provide different views/fields/info for same record. The easiest way would be to inspect in the UI. E,g. if you want to see customer forms, Create a new customer, and there in the drop down you'll see all the forms. For their internal id(s), inspect in browser. For all the forms list, Customization > Forms > Entry Forms / Transaction Forms