THE primary key is generated automatically when data is stored in database.
Now how to display primary key when the data is forwarded further to supervisor?
Discussion posts and replies are publicly visible
In the "write to data store entity" configure : Data >> Output and store AC!StoredValues into cdt.
i have stored it in cdt , but still it is showing null value for it
Did you check the variable value in process details?
Is it null there too ?
yes it is showing null there .
i dont know how to remove null from there
Are you using subprocess for writing data into database ?
If yes, then have added output in Subprocess Setup tab.
Could it be that you configured the saveInto on the data -> inputs tab to store to the same variable? If yes, remove that and only use data -> outputs.
HHow to remove this error?
In a!queryFilter, Use the parameter "applyWhen" to apply when ri!invoicenumber is not null !
You cannot remove this error! You will need to pass a value to ri!invoicenumber!