Mi contenido
Please note that on Friday, September 19, 2025, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
Comentarios
-
I said yes, this answered it, just because I don't think there an answer. We really need to do an inventory worksheet, not an inventory adjustment for several reasons: A. We need to adjust value, not just quantity B. It needs to be predated to a previous month C. It needs to be done for just one location D. We need to…
-
I will vote for the Enhancement. The alternate solution there is: Alternate Solution : Create a script that does a mass creation of Inventory Adjustment (this type of record is scriptable) An Inventory Adjustment does not revalue the items, which is what we need to do. I noted that this did not answer the question which…
-
There is no address record because on the Sales Order "Custom" was selected in Ship To List. And that was our problem - we were wanting to load the address record to get values from it. As noted in my own reply, the solution was to use the subrecord of the Sales Order rather than loading an address record.
-
I found the answer in the forum after asking this. We were loading the address record. Use shipaddress as the trigger field. Then, rather than loading the address record simply use: let addrSubrec = thisRecord.getSubrecord({fieldId: 'shippingaddress'}); let value = addrSubrec.getValue({fieldId: 'customrecord_fieldid'});
-
Thank you for replying. I am aware that the field isn't in the records browser. I just tried it out of desperation. Unfortunately, this doesn't help my problem which is that when I create the deposit record there are more than 10,000 lines and using getSubscriptLineWithValue (using the internal ID of the Customer Deposit)…