Hello. Very confused on the following. I have a re...
# integrations
a
Hello. Very confused on the following. I have a restLet which allows me to create Project(Job) record in netsuite. This is working and now I am working through how to map fields from my source system to netsuite fields. One of those fields is End Date. I can see clearly on my screen in Netsuite that there is an End Date field on the Project record that was created by the restLet. The record browser shows 2 end date fields:
enddate
and
projectedenddate
. http://www.netsuite.com/help/helpcenter/en_US/srbrowser/Browser2016_1/script/record/job.html I have mapped my source End Date to both of those fields. And yet, I do not see the value on the screen. Furthermore, when I look at the record with
netsuite-field-explorer
plugin https://github.com/michoelchaikin/netsuite-field-explorer I can't find any field called
enddate
or
projectedenddate
Can anybody explain what is going on here? How can see a field on the screen and in the recordbrowser documentation but not populate it through restLet and not find it chrome plugin?
Ok. Now finding out it's not just enddate that I am having trouble with.
entityid
Is also a problem. I want this to be the Project Id from the source system. Auto-Generated numbers have been enabled in netsuite, but so is Allow Overrides. This should allow me to import my own id right? But the AutoGen number always wins. I tried turning AutoGen numbers off and I still get my number instead it puts the Project Name there.