There is field in my Posted Sales Invoice, where I'm getting the Text field named Sell-to Customer Name, now I want to split this field into first and last name field, then use them into my page. How can I achieve it?
Text.Split Method: Splits a string into a maximum number of substrings based on a collection of separators. List Data Type: Represents a strongly typed list of ordered objects that can be accessed by index.
How Can I split the Sell-to Customer name field into first and last name
Hi,
On the customer page, add two new fields: one for the first name and one for the last name. Name them appropriately, such as "Sell-to First Name" and "Sell-to Last Name". Then, incorporate these fields into the posted sales invoice page and table. For this modification, you need to have AL development knowledge.On the customer page, add two new fields: one for the first name and one for the last name. Name them appropriately, such as "Sell-to First Name" and "Sell-to Last Name". Then, incorporate these fields into the posted sales invoice page and table. For this modification, you need to have AL development knowledge.
How Can I split the Sell-to Customer name field into first and last name
The customer card has two fields:
Name
Name 2
Both of these are in the posted sales invoice as well. You could use these.
Valentin Castravet
Zander ERP Services
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.