Dashboard UI Expression has a limit of 2000 characters - can this be increased.

Certified Lead Developer
Dashboard UI Expression has a limit of 2000 characters - can this be increased.

My conf.suite.DATA_CAP_PARAGRAPHS is set to 12500 so it must be a different setting if so?...

OriginalPostID-66143

OriginalPostID-66143

  Discussion posts and replies are publicly visible

Parents
  • For the first parameter you are passing the value of rf!incidentHdr.ServiceType into the rule input that I assume is named incidentHdr and are then trying to access the ServiceType field of that input.

    So it's like doing incidentHdr.ServiceType.ServiceType.

    Give this a try:

    Expression Rule:
    ='type!{www.appian.com/.../2009}ListViewItem'(
    title: ri!serviceType&" #"&ri!caseId,
    details: ri!caseTitle,
    timestamp: ri!startTime
    )

    List View Template:
    =rule!createRecordHdr(rf!incidentHdr.ServiceType, rf!incidentHdr.CaseId,rf!incidentHdr.CaseTitle, rf!pp.startTime )
Reply
  • For the first parameter you are passing the value of rf!incidentHdr.ServiceType into the rule input that I assume is named incidentHdr and are then trying to access the ServiceType field of that input.

    So it's like doing incidentHdr.ServiceType.ServiceType.

    Give this a try:

    Expression Rule:
    ='type!{www.appian.com/.../2009}ListViewItem'(
    title: ri!serviceType&" #"&ri!caseId,
    details: ri!caseTitle,
    timestamp: ri!startTime
    )

    List View Template:
    =rule!createRecordHdr(rf!incidentHdr.ServiceType, rf!incidentHdr.CaseId,rf!incidentHdr.CaseTitle, rf!pp.startTime )
Children
No Data