You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Fetch Dirty Status for an ADP

Summary:

My use case. I have an editable table. When the user updates a row I add it to an ADP(updatedRowADP). I have tracked the current Row(currentRow) for dirty status. How can I get the dirty status for that particular variable(currentRow) which holds the row data?

The below seems to get the dirty status of all the variables (if there is more than one variable for which the dirty status is tracked)

const getDirtyDataStatusResult = await Actions.getDirtyDataStatus(context, {});

However I only want to get the dirty status of the variable(currentRow) that holds the current row data and if dirty then add it to the updatedRowADP

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!