Syntax to get Value from a standalone function
Syntax to get Value from a standalone function
My function returns a Map();
How do get fetch the Value from the reponse?
var
response
=
ZDK
.
Apps
.
CRM
.
Functions
.
execute
(
"get_estimated_lead_time_from_design"
,
{
"design_id"
:
active_design_id
});