Hi people, I would to know if I can initialize a value in a table depending on the company that is open
for example
I am working in Company X and initialize the "location code" of the customer table to "B" but when I change companies and work with the company Y also initializes this field to "B" but I want to initialize it to "C "
How?
thanks
0
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Add Custom Field on Company Information "Default Location", and Flow it to Customer when Insert.
OnInsert in the customer form???
the "location code" exists in "company information"
and i want
customer."location code" := "company information"."location code"
but I do not know how or where write it
how I do "and Flow it to Customer when Insert"???
RIS Plus, LLC
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
Write it onInsert of Customer Table