I have Created one field called "Customer Balance" in Sales Order form.That field (Customer Balance) has to auto populate(get the balance) from the table's("Customer"(18)) field Balance.
1. Make your field "Customer Balance" as flowfield on Table36, with method LookUp and link by Customer from Table18. Do not forget to make it not editable.
2. Create function which will be get Table18 and return Balance value.
Answers
1. Make your field "Customer Balance" as flowfield on Table36, with method LookUp and link by Customer from Table18. Do not forget to make it not editable.
2. Create function which will be get Table18 and return Balance value.