Hi,
While clicking on few of the documents below to see the summary like INEE1 and INEE2 - I am getting an error as below.
1. This is not happening for all the documents. I am able to see the summary of other docs
2. Also this is not happening with the problematic document when the document state is in Auto Extracting or Pending Reconciliation State. At Auto Extracting or Pending Reconciliation State - I can see the summary of the docs. The moment it moves to Completed status I get the above error.
any help will be appreciated
thanks
jaideep
Discussion posts and replies are publicly visible
Check your query rule, looks like in one of your query filter your using "id" as a filed value, but the "id" filed is not exist in your CDT. check the CDT/data store entity that your are using in your query rule have id column
so I know the culprit
and I am still troubleshooting but couple of things
1) the entire IDP application is built by Appian (we are merely users)
2) I have created a couple of CDTs and both of them have Ids, the DBs have Ids
3) The issue is happening only when the document state is completed, I do not see the issue when the document state is 'Auto Extracting' or 'Pending Reconciliation'
still looking into it though..
thanks for your time :-)
- jaideep
are you able to open the rule rule!DU_returnDataStoreEntityForchoiceIndex() at line no 22 and provide me the code, It will help to find the issue. Looks like based on choiceIndex and channelId it may using diffirent data store entity.Could also provide what the values for local!docType.choiceIndex and local!docType.channelId values
Hi Naresh,
DB dudocchannel
I am using the channel id 3 - Incident
DB dudoctype
I am using the doctypeid 12 - IncidentEE
1st rule
2nd rule
3rd rule
fyi.. the 2nd and the 3rd rules are modified by me for channel id 2 and 3. Channel id 1 was already coded by Appian team
Let me know if you need more info
There is only 1 DS
and unique DSEs
hope it helps..
yay fixed...
the problem was - field: id.. my CDT should have field: id
i is capital - should have been small letter
thanks for helping me troubleshoot :-)
Your incident CDTs, do they both have a field "id"?
Hi Stefano,
My Incident CDTs have "Id" - should have been "id". my mistake/typo. even the tutorial suggest to have "id" (small "i")
sorry and thanks