Refresh problem

Hi

Is it possible to refresh a form through job.

For example,i want to refresh the sale order form when i update some field through job.

Thanks

Hi Manjusha,

Form is never refreshing. The data source within the form is refreshing. You can search for "ClassFactory in Ax ", you will get your answer.

Abhishek

Or you can write the following code after updating any field

tablename.update();

for example

salestable.update();