My Stuff
Comments
-
Is this still a pending feature enhancement as I am running into this same issue? Thanks!
-
Yea since I am unfamiliar with JS. I was hoping to do this with the REST API Web Services. However, would you know how to pass Token Based Auth through a Python script? I just need to be able to call the NetSuite API so that I can then call a PATCH to update the Supervisor record. Any thoughts?
-
So I am wondering now if I just curl down the employee directory from BambooHR to a JSON, can I use SuiteScript to parse out the Supervisor field from that JSON?
-
Hi @Mikko De La Fuente-Oracle ! That is precisely correct (unless there is an easier way). Essentially, if the manager/supervisor field is updated in BambooHR, we want that data to be automatically pushed to the Supervisor field in Netsuite for our Employee records. Right now, the built in BambooHR/NetSuite integrations…
-
Thanks! I havent even gotten to that point yet. Wondering what the best/easiest integration for this would be? I need to fetch the Supervisor field from Bamboo HR and ingest it into each Employee field. From the Records Browser, it does appear that both the Employee field and Supervisor custom field are scriptable. Just…