215291 - no subject - Hi All, I am in version 7.4, I am using

Hi All, I am in version 7.4, I am using the getPortalReportDatasubset function when I am trying to read a Task Report, and Getting the First Task ID by using data[15].cells.value[1]. I am using this on click of a button to get the Task ID, to be saved into the local! variable in a SAIL code, this works perfectly fine,But when I try to execute the output in the Expression rule this is giving me an Empty result, Is there a problem with this function , or I am missing something, Could someone guide me.

TIA

OriginalPostID-215291

  Discussion posts and replies are publicly visible

Parents
  • @sikhivahans, I am not trying open this in process but I am trying the piece of code in expression rule. and here is my code
    =getPortalReportDatasubset(
    reportId: cons!EX_REPORT,
    pagingInfo: ri!pagingInfo,
    contextIds: {},
    filter: {}
    ) and this report contains only filter which is show active flag true, and this is working fine when I am trying to hit a button and get the value, but Not in Expression rule, Please advise.
Reply
  • @sikhivahans, I am not trying open this in process but I am trying the piece of code in expression rule. and here is my code
    =getPortalReportDatasubset(
    reportId: cons!EX_REPORT,
    pagingInfo: ri!pagingInfo,
    contextIds: {},
    filter: {}
    ) and this report contains only filter which is show active flag true, and this is working fine when I am trying to hit a button and get the value, but Not in Expression rule, Please advise.
Children
No Data