unable to get the value of StatusCdMeaning — Cloud Customer Connect
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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",

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!