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.
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! Go to 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])
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!!!
User | Count |
---|---|
18 | |
11 | |
7 | |
4 | |
3 |