My Input fn Save Functionality does not work

BHUVANESH_0-1681199891431.pngit does not allow to save the value..please any one find the solution to save the input function

 

0 4 193
4 REPLIES 4

This is likely because you have Validations, Requirement or other criteria in the OTHER columns of the row that are being violated.

When you use the INPUT() function, it displays a simple Form view of the ROW.  All criteria for the other columns are still evaluated.  For instance, if you have Required columns on the row and they are not being Initialized, the Save of the row will fail because the required columns have not been populated.

You need to find out which columns are violating the Save action.  You should be getting an error message, with from the app or in the audit logs. 

If you are not finding an error message, another test you could perform is to create a test Form view with ONLY the Change Status column listed just like the INPUT() form does.  Then open the test Form view, insert a value and try to save to see what error messages you get.

I have removed the  all required columns&

I am testing the new forms, it works well(link to form action)

but Input fn does not work well


@BHUVANESH wrote:

but Input fn does not work well


Explain.  ARe you still having the same problem or is there another issue?

Maybe also describe what you are trying to accomplish.  Maybe there is another way to implement it.  For example, the column name "Change Status" seems like something that should be automatically updated.

 

Yes,I Still face the issue.

Change Status Column Not Automatically Updated.

Another way to update the Change column is to work fine. My only issue is INPUT() save functionality does not work

Top Labels in this Space