i need to display the new row with the null details in the editable grid in the interface but i am unable to do it,but i want interface like below by default.and i have used the code in rowlink like below
Discussion posts and replies are publicly visible
Did you try to populate the underlying data with a fresh record item? I mean in the local variable or rule input that feeds the grid.
"I apologize, but I did not fully understand. Could you please provide a brief explanation?"
if you have a user input task on the PM, you can set empty record using the cast function in value part in input and that should solve your problem.
That grid is backed by a variable holding the data. You will have to pre-populate that variable.
Thanks Kumar Agniwesh ,it's Working.
You can use the same logic addRowLink saveinto, initialise the rule input with a SOP Orders entry of null id.