My Stuff
Share Your SuiteWorld Experience & Earn a Special Badge!
Comments
-
Hello @Mike Begalle, This is the only way to narrow it down. If you check the System Notes of the affected transaction and compare the time it was changed to the Map/Reduce instances that were running around the same time, you will be able to determine which script was responsible for it.
-
Thanks, @Bart Jonk! I'll inform our admin about this. For now, I will just click on it in your behalf.
-
It's not necessarily the tracking number but the nature of the order itself. You can check if this feature is enabled in your account by following these steps: Navigate to Setup > Company > Enable Features Under Items & Inventory, Check INTERCOMPANY CROSS-SUBSIDIARY FULFILLMENT, Multi-Location Inventory, On Transactions…
-
Hello @Laura Giuffre, I found this video that demos the steps you need to take to setup your Machine-to-Machine integration: https://www.youtube.com/watch?v=Ug2ZtI8wCDg&ab_channel=RobinMitchell Please note that this is not official NetSuite documentation and that I personally found this while looking for a guide that would…
-
No worries! It should be right below the text. Can you send a screenshot so that we can inform our admin about it?
-
Hi @User_LT209, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hello @User_LT209, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @DamianP, Upon further checking, it appears that this error is due to the fact that cross-subsidiary fulfillment is not yet available in NetSuite. It has already been filed as an enhancement, which you can vote for though: 511520 Web Service > Sales Order: Allow Cross-Subsidiary Fulfillment = T > Add / Upsert Item…
-
Hello @User_32GQL, lineInit always triggers first. You can double-check this by writing debugger; in each functions. My test shows that validateLine comes first. I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for “Did this answer the question?” below,…
-
Hello @Thomas UPF, The cause of the unexpected error varies greatly. Since your code does not seem to contain any issue on its own, it would be best to have our support team have a look into this. Please file a case or let me know if you need assistance in creating one. Thank you!
-
Hello @DamianP, Were you able to check the suggestion I provided?
-
Hello @Mike Begalle, Were you able to check the Map/Reduce Status Page? Let me know if you still need assistance. Thanks!
-
Hello @Dext3r, Let me know if you still need assistance. Thanks!
-
Hello @Bart Jonk, As of now, OFFSET and LIMIT are still not supported but a suggested workaround aside from using TOP would be to use something like: SELECT * FROM TRANSACTIONS WHERE RowNum >= 1 AND RowNum < 100 ORDER BY RowNum I hope this helps! If you find this reply to your question useful, others might as well. By…
-
I used a scheduled script for this, @Vernita. 😊
-
Hello @Gab JS, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.
-
Hello @Jovan, Thank you for posting in the NetSuite Support Community! Hello everyone! Your expertise and knowledge are greatly appreciated, and we ask that you kindly offer your support. Your participation and willingness to assist a fellow member are sincerely appreciated.
-
Hello @DamianP, Can you try using this format for your payload? You can also add other fields but this was sufficient for me to create an item fulfillment from a sales order. I hope this helps! <soapenv:Body> <add xsi:type='platformMsgs:AddRequest'> <record xsi:type='tranSales:ItemFulfillment'> <createdFrom…
-
Hello @Vernita, Yes, it is scriptable. I verified it using this script: var recordIF = record.load({ id: 62, type: record.Type.ITEM_FULFILLMENT }); recordIF.setSublistValue({ sublistId: 'package', fieldId: 'packageweight', value: '1.1', line: 0 }); recordIF.save(); You can view the field IDs of the package sublist when you…
-
Hello @Mike Begalle, Good day! I'm Nicole and I'm with the SuiteCloud team. I suggest checking Customizations > Scripting > Map/Reduce Script Status then filter it by the date when the change occurred. I hope this helps! If you find this reply to your question useful, others might as well. By clicking the “Yes” button for…
-
Hello @Dext3r, You can simply add "&xml=t" to the end of the URL and it would show you the page in XML form. Just look for the appropriate sublist and it should show you the fields in it. I hope this helps!
-
Hi Damian, I'm already looking into this. I'll get back to you with the updates as soon as I can. Thanks!
-
Hello @User_V5KBL, Good day and thank you for posting this new thread! Hello everyone! Recognizing your expertise and knowledge, we kindly seek your support. Your active participation in aiding a fellow member is genuinely appreciated.
-
Thanks for providing an answer to this, @Angela Bayliss!
-
Okay. Thank you!
-
Hello @Kaden B, Following up on this in case you missed my previous comment. Thank you!
-
Hello @Laura Giuffre, Were you able to get it to work?
-
Hello @Kaden B, Can you add a line with log.debug("test","postSourcing initiated"); above the var currentRecord = context.currentRecord;? This is just to check if it is initiated at all.
-
Hello @DamianP, Can you share a sample payload so we can test this from our end?
-
Hi @Jeff Perotti, Good day and thank you for posting this new thread! Hello everyone! We'd greatly appreciate your support in this matter. Your willingness to assist a fellow member doesn't go unnoticed and is sincerely valued.