My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more
Comments
-
Hi Ther, As far as i can see the id of this field is 'ADD_ON'. The taxt displayed(name) is Add-On. Or did you find something else? Thanks, Sal
-
Hi, Not sure if i understand what you exactly mean but, i am setting this field with an id in my script. Or am I missing something here?
-
Hi, If i look at the GUI the subscription lines are a sublist of the subscription record 'priceinterval' that's what i am using in my script. So not directly using the subscriptionline record. See attachment of screenprint. I am not sure what you mean with 'deployment record', but the onlything i have is the script example…
-
Hi, Unfortunatly the same result. Logging says subscription have been saved without errors, but in the GUI i don't see the line that should be added.
-
Hi There, Here the code part that should create the ADD ON. I don't get any error back and it save's the supbscription. But i don;'t see it in the GUI. Hope this makes sense. Thanks, Sal
-
Hi, I was aware of this functionality, however there can be a lot of logging here and to find the right logging that belongs to your transaction can be very time consuming. So we are looking for a better solution for that. I have 2 questions: Which record are these logging details saved?(also the request and response) Is…
-
Hi, Thank you for this. Actually i was looking for a relation back when the transaction(for example a sales invoice) is already created. When a business analyst noticed a missing field and he wants to check the original REST request that created this transaction. Are these rest requests saved in a record? Can you reach it…