Skip to main content
vempatir680997
November 14, 2024
Question

Need to display the default row in the addrowlink editable grid with null details

  • November 14, 2024
  • 6 replies
  • 0 views

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,


6 replies

stefanhelzle0001
November 14, 2024

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.

vempatir680997
November 14, 2024

"I apologize, but I did not fully understand. Could you please provide a brief explanation?"

stefanhelzle0001
November 15, 2024

That grid is backed by a variable holding the data. You will have to pre-populate that variable.

kumara0180
November 15, 2024

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.

vempatir680997
November 15, 2024

Thanks [mention:d71dc0922a44411db41369c6058e69ad:e9ed411860ed4f2ba0265705b8793d05] ,
it's Working.

somasundaram.d
November 15, 2024

You can use the same logic addRowLink saveinto, initialise the rule input with a SOP Orders entry of null id.