My Stuff
Comments
-
Thanks for you help @Kristoffer Viray-Oracle , extremely frustrating not to be able to pass a value from one field to another of the same type on the same record.... we've ended up scripting this. Thanks again
-
Hi @Kristoffer Viray-Oracle - thanks again for this, if I use a free text field as the target I get 'ERROR: Invalid Expression' Ideally I would need a date/time field as I need to do some time comparisons against another date/time stamp Action is still set to scheduled, field is the text version of the same field, field…
-
@Kristoffer Viray-Oracle
-
@Kristoffer Viray-Oracle Field #1 (source) is a non-stored date/time populated by a saved search which provides maximum (latest) date/time of a system notes search Field #2 (target) is a stored date/time field with no other config
-
Thanks again @Kristoffer Viray-Oracle. My workflow only has a single action - I've created a new version of it anyway... see below. New WF is scheduled using a search with one result. Currently seeing the following error: "You have entered an Invalid Field Value 28/11/2022 11:40 AM for the following field:…
-
Thanks @Kristoffer Viray-Oracle - I've set my action to scheduled and now I'm seeing an "Invalid Field Value ERROR: Invalid Expression for the following field:" The only difference I can see between your WF and mine is that your non-stored field is a date, mine is a date/time
-
Tried with After Record Submit and still not working
-
Hi @Niks Blando-Oracle, thanks for checking. On further investigation it looks like others are having a similar issue with simple customizations like this... Why NS force WMS table data to be sourced from a locked restlet - which appears to only only include one option is beyond my comprehension.
-
Hey - can you share how you figured it out?
-
Thanks @Matrim, does this work on an order with multiple subtotals ( as well as with items that are not subtotalled?
-
Hey @Mikko De La Fuente-Oracle , the full project is attached
-
Sorry @Mikko De La Fuente-Oracle - still seeing these translationcollention errors when I attempt to deploy or validate against account. deploy.xml contains one object The "project file" is the whole environment (initially it was to compare the elements in sb vs production). Or do you just need the manifest.xml?
-
Additionally the project has been validated a number of times... validating locally gets a pass, validating against account get a fail
-
Thanks @Mikko De La Fuente-Oracle , I'm assuming there should be no translation files as both sandbox and production accounts have "Multi Language" unchecked. However - if I switch Multi Language on, I find some translation collections in both environments, from bundles and locked (so I can't simply delete them). Is there…
-
Hi Erick Here's the code var mvfid; function beforeLoad(){ addField(); disableField(); } function afterSubmit(){ var vendors = nlapiGetLineItemCount('itemvendor'); var itemid = nlapiGetRecordId(); for (var i = 0; vendors != null && i < vendors; i++) { var vendorid = nlapiGetLineItemValue('itemvendor','vendor',i+1); var…
-
Thanks Erick I currently have a 1.0 script that allows me to add a field (or multiple fields) to the itemvendor sublist which came from here: http://www.netsuiterp.com/2018/10/customize-vendor-sublist-of-lot.html It does allow the addition of a field (from the custom record, in my case that field is "Vendor Stock Level")…
-
Hi Erick Many thanks for this, but I'm afraid I'm not getting anywhere... Would you be happy to expand a little on this? I'm looking to add one additional field (Vendor Stock Level) to the Item Vendor sublist. Item Vendor data would be added/edited via the custom record form (Item/Vendor/Price/Stock Level etc), and those…
-
Thanks Erick - could you point me to an example of this, or something close?