Slackbot
12/18/2020, 3:39 PMNicolas Bean
12/18/2020, 3:39 PM[
{
recordType: "job",
id: "3944",
values: {
"customer.internalid": [
{
value: "2700",
text: "2700"
}
],
custentitycert_billing_uom: [
{
value: "4",
text: "DEL"
}
],
custentitycert_proj_location: [
{
value: "13",
text: "Fox Creek"
}
],
custentity_cert_proj_dept: [
{
value: "4",
text: "Operations : Service Hubs"
}
],
custentity_cert_proj_class: [
{
value: "1",
text: "CNG"
}
],
cseg_cert_custype: [
{
value: "32",
text: "Oil & Gas : Rig - Bi-Fuel"
}
]
}
}
]
Nicolas Bean
12/18/2020, 3:39 PMvar jobdepartment = jobres[0].getValue({
name: "custentity_cert_proj_dept"
});
Sandii
12/18/2020, 3:40 PMNicolas Bean
12/18/2020, 3:40 PMSandii
12/18/2020, 3:40 PMSandii
12/18/2020, 3:41 PMNicolas Bean
12/18/2020, 3:41 PMNicolas Bean
12/18/2020, 3:43 PM