unable to get the value of StatusCdMeaning
ability to default a value using expression
Text field: Expression
return WorkOrder_WorkOrderToWorkTracker_Src?.ServiceRequestView?.Title -- Able to get value
return WorkOrder_WorkOrderToWorkTracker_Src?.ServiceRequestView?.StatusCd -- Able to get value
****
return WorkOrder_WorkOrderToWorkTracker_Src?.ServiceRequestView?.StatusCdMeaning -- it is null
***
expectation:
return WorkOrder_WorkOrderToWorkTracker_Src?.ServiceRequestView?.StatusCdMeaning
It should get the Status Meaning: Inprogress
Actual:
Unable to get the status meaning, returning null value
When try to fetch using Rest API able to view the value in statusCdMeaning:
API: https://ehxm-test.fa.us6.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0001159917
{
"Title": "Test Sr",
"StatusCdMeaning": "In Progress",
"StatusCd": "ORA_SVC_INPROGRESS",