showRowDetailButton
This function is used to toggle the row detail button, that opens the child app, based on the row data.
Parameters
Example Usages
app.showRowDetailButton(eventArgs.details.row, eventArgs.details.data.icordlnIsBillOfMaterial===true);Return Values
Last updated