I am using the sc_apl_conf(“my_form”, “start”, “new”); onAplicationInit to star my form on a new record.
I am using the ajax event on change to update a Select value on this form and is not working, however when i remove de sc_apl_conf(“my_form”, “start”, “new”); and click on the new record button the ajax events work just perfect and my Select fields reload excelente.
Any ideas why is this happening?
PS. The reload form does not work either couse when it reloads sets a new record and erases all the data.