Resetting data in some columns when copy row

Good day.

I ran into a problem while copying a string on action. and updating data. I need that when copying a row, the creation time of the application is updated and the data in some columns in the created copies is erased. now copies the time when creating the first copy, as well as statuses. how to make sure that when copying a line, the time is updated and the statuses are deleted.

0 6 239
6 REPLIES 6

Steve
Platinum 4
Platinum 4

How are you copying the row?

On action : APP: copy this row and edit the copy

While there are no other ideas except to connect to create a copy using linktoform. but since there are 20+ columns in the table, will this affect the speed of the application?

Iโ€™d go with the LINKTOFORM() alternative, myself. I donโ€™t see any reason to be concerned about performance here.

I got it, thanks for the help

A workaround is to create a column with a number type ex: [updater] then make an invisible action [updater]+1 after that you can associate it with save button of the Form you're using.

Top Labels in this Space