Anyone have the SOAP payload of setting a custom s...
# suitetalkapi
a
Anyone have the SOAP payload of setting a custom segment on the body level of a transaction? Our Boomi team is using SOAP to create sales orders... I know at one point it wasn't available via SOAP. But I've seen Boomi articles that relate and that you can now by creating a custom xml profile object, or something like that...
a
literally dealing with this right now, don't have a solution for you but I was advised to use a workaround, create your own custom field to take the payload value and then use a suitescript to set the segment based on the value in the custom field. This feels very non-optimal so I'm hoping someone else gives you a boomi side solution 🙂
you've probably already seen it but this article suggests its possible but I followed it and innovated around it for a few hours and never got it to work. https://community.boomi.com/s/article/setup-custom-segments-in-netsuite-profile
my use-case is line level segment rather than header level, but I think its the same problem
FWIW I'm netsuite dev first and foremost so its possible I just suck at boomi 😄
a
Same.... Just going to create a beforeSubmit script to set them.... 🙂 If anyone knows how to do this though... Please let us know!