Action and Related Action and also Grid

Hi,

Could someone let me know ?

1. what are scenarios where we can use ?

a!recordActionItem()

2. Why do we need to define the default value while adding a row using Add Row link?

    is it mandatory?

    

addRowlink: a!dynamicLink(
          label: "Add Employee",
          value: {
            startDate: today() + 1
          },
          saveInto: {
            a!save(local!employees, append(local!employees, save!value))
          }
        )
      )
    }
3. In what scenario/s we will go for Editable Grid

Thanks
Faisal

  Discussion posts and replies are publicly visible