Thursday 6 December 2018

Creating Custom Fields in AX 7 / D365 Finance and Operations

  1. Navigate to the form where the new field is needed.
  2.  Click on Options and then Personalize this form
  3.  Click Insert and then Field
  4. Select the region of the form where you want to expose the new field. After selection, the Insert fields dialog box will display a list of existing fields that can be inserted into the selected region of the form.
  5. Click the Create new field button above the list to initiate the process of creating a custom field. This will open the Create new field dialog box.
  6. Enter all the relevant details for the new field
  7. Click save and insert the new field
  8. Note that there is currently a limit of 20 custom fields per table.

1 comment:

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...