Hello, Could anyone help me debug this rule? I suppose that it should be ea

Hello,
Could anyone help me debug this rule? I suppose that it should be easy but I keep receiving an error from my browser saying "An error was encountered while processing your request. Please try again."
=load(
local!pagingInfo: type!PagingInfo(
startIndex: 1,
batchSize: 5,
sort: {field: "date", ascending: false}
),
with(
local!datasubset: rule!RHO_GetCommentaireByIdMES(ri!idmes,local!pagingInfo),
          totalCount: local!datasubset.totalCount,
          type!Grid(
          columns: {
type!GridTextColumn(
label: "Commentaire",
data: local!datasubset.data.commentaire,
field: "Commentaire",
alignment: "RIGHT"
),
type!GridTextColumn(
label: "Auteur",
data: local!datasubset.data.auteur,
field: "Auteur",
alignment: "RIGHT"
),
type!GridTextColumn(
label: "Date",
data: local!datasubset.data.date,
field: "Dat...

OriginalPostID-86060

OriginalPostID-86060

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data