Andrii
05/31/2021, 3:46 PMAndrii
05/31/2021, 3:59 PMIngorca
05/31/2021, 4:11 PMAlan Fitch
05/31/2021, 6:01 PMAI1
05/31/2021, 6:32 PMmattb
05/31/2021, 11:04 PMTerry
05/31/2021, 11:48 PMshree sashti
06/01/2021, 6:36 AMshree sashti
06/01/2021, 6:38 AMAlessio B
06/01/2021, 9:57 AMZach Hill
06/01/2021, 1:42 PMmescalante
06/01/2021, 3:48 PMPat
06/01/2021, 6:07 PMHL
06/01/2021, 6:32 PMChris
06/01/2021, 7:21 PMLivio
06/01/2021, 7:34 PMPhillip
06/01/2021, 11:52 PMSean
06/02/2021, 12:13 AMNetsuite Tragic
06/02/2021, 7:49 AMIngorca
06/02/2021, 7:51 AMThe equivalent script is as follows: function(search, record) {
/**
* @param search @param record
*/
function getInputData() {
return search.create({
type: "transaction",
filters:
[
["itemsubof","anyof","2054"],
"AND",
["status","anyof","ItemShip:C"]
],
columns:
[
search.createColumn({name: "internalid", label: "Internal ID"}),
search.createColumn({name: "item", label: "Item"}),
search.createColumn({name: "entity", label: "Name"})
]
});
}
However, the personalized form in which these fields are located is of type "Item" and I do not know how to make the mapping between the result of my saved search and the fields of my personalized form so that the content of my "Item" field depends of the "Customer" field and therefore only displays the items sent in the customer's stock.
Can someone point me to a script that will accomplish this. Thank youMerk
06/02/2021, 9:11 AMRodion
06/02/2021, 2:04 PMLuis
06/02/2021, 2:46 PMScot Sunnergren
06/02/2021, 7:43 PMGrayLeopard
06/02/2021, 8:53 PMDarren Lyons
06/02/2021, 9:04 PMKel
06/02/2021, 9:28 PMAndrii
06/02/2021, 10:26 PMAndrii
06/02/2021, 10:26 PMshree sashti
06/03/2021, 5:18 AM