Skip to main content
July 16, 2025
Question

Grid Plus Configuration error

  • July 16, 2025
  • 19 replies
  • 0 views

I have configured the plug-in but every time I try to submit changes I get the following error: Incorrect configuration: Please set up the ‘submitChangesValue’ and ‘submitChangesSaveInto’ parameters. Kindly refer to the documentation for configuration details. I assumed that the problem was due to the rule configuration entered in the ‘colConfigRuleName’ parameter. Does anyone know how to configure the parameter?

    19 replies

    harshas2775
    July 16, 2025

    Looks like the issue is with 'queryRuleName' and 'colConfigRuleName' configuration in your code. Those should have rule! prefix. Please refer below for syntax reference. 

     gridsubmitchanges(
            queryRuleName: rule!RE_queryRule,
            colConfigRuleName: rule!RE_columnConfig,
            createData: local!creates,
            editData: local!edits,
            deleteData: local!deletions,
            createModel: cons!RE_CREATE_OR_UPDATE,
            editModel: cons!RE_CREATE_OR_UPDATE,
            deleteModel: cons!RE_DELETE
          )
    July 16, 2025

    i see the configuration in other thread. Nevermind i change but now the result it's this (i'l do the creation, the other action if you see it's disabled).

    harshas2775
    July 16, 2025

    Great! So your earlier issue is resolved. Would be good if you verify the above answer.

    as for this error- The error says some issues lies within a foreach expression where you have a!fromjson(). So can you check the related code block or share here so that we can get some insights and help