Question

Read only custom field on Custom Entity is not able to read data from other entity

  • 10 March 2023
  • 0 replies
  • 151 views

Userlevel 2
Badge +5

Hi,

I have been studying the custom pages (and projections) to fetch information. We would have need to fetch data from Call Center cases, for internal customers → Page where general user could only see the case information on read-only without having to grant whole call center projection and all those multiple pages. We do not want general user to be able to have access on Call Center/CaseHandling related pages.

I have created a persistent case_id attribute, and whern trying do next read-only field for Description (Expression Cc_Case_Description_API.Get_Customer_Description(v.case_id))
 

and trying to validate/approve I got following error.

Error in validation of Custom Attribute [DESCRIPTION]. The Expression statement is invalid. Modify the expression and resubmit. Using view C_C_INTERNAL_CASE_CLV as v. Using table C_C_INTERNAL_CASE_CLT as t.

However same expression is working on system defined CcCase Entity..

 


0 replies

Be the first to reply!

Reply