Block registration once you receive the data.

Hello friends, I have the following problem, I am making modifications to my application and I am implementing searching for the items in the form of CODIGO or by DESCRPCION in a virtual column called CODIGO_PRODUCTOS in the ARTICULOS table and a real column in the DISPONIBILIDAD table.

Captura de pantalla 2024-05-14 131436.png

 The problem that is generated when implementing the following expression in the CODIGO column of the DISPONIBILIDAD table in App Formula: INDEX(SPLIT([CODIGO_PRODUCTO],"-"),1) informs me of an error in a BOT that fulfilled the function of update this table from another table called SALIDAS, the record to add CODIGO disappears, so I had to record the expression in Initial value, the CODIGO reappears, but it remains editable, as shown in the previous image.

I need to lock CODIGO once it is selected in BUSCAR , something similar to how shown in DESCRIPCION. Thank you.

Solved Solved
1 2 106
1 ACCEPTED SOLUTION

 Although I do not fully understand what you are doing, if you just want to avoid editing a column when there is a value in it, just set the following in the editable setting.

ISBLANK([_THIS])

View solution in original post

2 REPLIES 2

 Although I do not fully understand what you are doing, if you just want to avoid editing a column when there is a value in it, just set the following in the editable setting.

ISBLANK([_THIS])

Excellent my brother, it works very well!!!

Top Labels in this Space