- Create a new project, right click on project and add new label file as shown below
- Click on Add button in above image, next screen will appear as below
- Select all languages (as shown in above image) in which you want to generate your label files, for eg I want my label files for en-US & en-GB.
- Click on Next and then click on Finish as in below image and you will get your Label files
Monday, 1 February 2021
Add new Label File in D365 F&SCM
Subscribe to:
Posts (Atom)
Insert/Update or remove the default dimension value in D365 FSCM via x++
Use below method to insert/update the dimension values, just pass the parameter values to the method and it will return the updated value: p...
-
If you don't have purchase order details but still needs to create and post pending vendor invoice then the below code may help. class R...
-
Hi All, Recently I have a requirement for adding the grid control to the dialog form for one of the batch processing operation using sys op...