Skip to main content
November 22, 2022
Solved

how to display primary key of a specific record from database

  • November 22, 2022
  • 10 replies
  • 0 views

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?

    Best answer by vinays024987

    In a!queryFilter, Use the parameter "applyWhen" to apply when ri!invoicenumber is not null !

    10 replies

    vinays024987
    November 22, 2022

    In the "write to data store entity" configure : Data >> Output and store AC!StoredValues into cdt.

    November 22, 2022

    i have stored it in cdt , but still it is showing null value for it

    vinays024987
    November 22, 2022

    Did you check the variable value in process details?

    Is it null there too ?