def getRelFldValue = {objId, fldId, externalId, nullDefVal = null ->
xxx
}
|
Parameter
|
Description
|
Default Value
|
|---|---|---|
|
objId
|
Full identifier of object from which to get the value of the specified field.
|
|
|
fldId
|
Full identifier of field from which to get a value.
|
|
|
externalId
|
External ID of the record from which to get the value of the specified field.
|
|
|
nullDefVal
|
Default value for null.
|
null
|
"svmx_shift_plan":"getRelFldValue
(
'svmx_access_hours',
'svmx_shift_plan',
fields.SVMXC__Working_Hours__c
)"