UDFs with Formated Search in AR Invoice
Good Morning,
I have some udfs with formated search in the sales invoice lines. When I change a value in that fields and save like draft,when I re-open it the systems do not save the change I have made.
SELECT u_PComissao from (@vendedores) where code=$($38.U_vendedor2.1)
Do you have any idea how to solve this?
Thank you,
Susana Cunha.
Edited by: Susana Cunha on Apr 28, 2009 1:45 PM
Former Member replied
This is what is actually happening,
Even the first time your FMS populates the value in the UDF, the value still exists in the UDF and probably there in your database table.
The next time when you open draft, the refresh probably clears the value in the UDF by fetching a blank record, This probably is what is happening.
Please check by using Display Saved Values instead of Refresh Regularly.
If this does not work then manual is your option
Suda