It looks like you're new here. Sign in or register to get started.
FORM.RUN(Form1, Record1);
The specified table (Customer) is different from the table the form uses(rec.Customer)
You cannot enter 'Rec.Customer' in TableNo.
poppins wrote: In the SourceTable property of the form, I found Rec.Customer...
poppins wrote: With Customer in the SourceTable, it works, but I want to make it work without modifying the SourceTable...is it possible???
Comments
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
If so, the error is correct. The Record must be the same as the SourceTable property.
But I couldn't define a record of type Rec.Customer...I get the following error:
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
What I did is that I tried to define a record variable in the C/AL Globals menu...When I tried to put Rec.Customer in the Subtype field, I got the error message....
What are you suggesting to do???
so make it to Customer and try..
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav