My Stuff
Comments
-
yes those were the fields… but for some reason it is null in my script.. do you know how to retrieve unmasked cc numbers?
-
this is a legacy code that we are not intending to migrate so it will be 1.0 script
-
Issue I am running into is.. When an order comes in from SPS, we have a script that identifies the correct customer and will update the entity for the sales order. This in return results in many fields being cleared… and cc information is one of them. So.. I was trying to read the data from the field, update the entity and…
-
I figured out that was not what I needed. Please close this question.
-
Finally got around to testing this. the user role works and is able to create the payment. However, the integration is still not creating the payment method. I also do not see any errors at all.
-
What permission is required to enter payment information on a sales order??
-
Was this integration working before? If yes, what changed? - It never worked before I joined. Were you able to verify if the same issue is encountered on the same role when tested via NetSuite UI instead of the integration? - I need to work on that to see if a user with the same role can put the payment information or not.…
-
Thank you! I was able to write a suiteql to query the unitsTypeUom to retreive the sublist of uom within a uom. Thank you for all your help.
-
I managed to get that to work!! Thank you so much! Now I am running into another issue… We have some Units that have subunits from the dropdown list.. and the internal IDs are the same as that for a different primary unit.. How do I get the correct units? 59 in UOM type Each is PACK but 59 in the units type is BAR… When my…