Hello,
I've created a table and a page for my field and I've extended the Customer table and Sales Header.
Basically, I want to create a new field in the customer table, card, and list. This field needs to appear also in the Sales Invoice under the customer's name.
The idea here is that if I change the field value in the Sales Invoice page, the value is automatically changed in Customer.
In order to achieve that, I need to use Events.
This is where it gets tough for me, the field needs to be editable so it can't be of class FlowField. However, the value cannot be fetched
from Customer if the field isn't Flowfield (through CalcForm).
I'm completely lost as to how to link the field and make it editable.
(Note: I'm using AL to write my code.)
How do I solve this issue?