June 27, 2022

All about workflow in D365FO, X++ code samples

Hi Folks, 

Here are some code samples to play around with D365FO workflow, 

1. Approve a workflow by code,




-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

April 20, 2022

Table event methods

Hello, 

Here are quick examples of the most important event methods on a table,




I will be posting a video to explain this in Hinglish. Please stay tuned to my YouTube channel 


-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

April 01, 2022

Implementation Guide Success by Design [Ebook, PDF]

Hi Folks. 

Here is the Ebook link to read and download https://www.d365implementationguide.com/books/asvr/#p=i.

















-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta

March 21, 2022

Useful commands to manage models

Export model -

 

ModelUtil.exe –export –metadatastorepath= packages path  –modelname="ur model name" –outputpath="where the model is to be saved"

 

Example : ModelUtil.exe –export –metadatastorepath=K:\AosService\PackagesLocalDirectory –modelname="Model1" –outputpath="D:\BackupModel"

 

 

Import model -

ModelUtil.exe -import -metadatastorepath=packages path -file="path where u want to save with model name"

example : ModelUtil.exe -import -metadatastorepath=K:\AosService\PackagesLocalDirectory -file="C:\TheAxapta\Dev_To move\Model1.axmodel"

 

 

Delete -

ModelUtil.exe -delete -metadatastorepath=package path  –modelname="name of ur model to delete"

example : ModelUtil.exe -delete -metadatastorepath=C:\AOSService\PackagesLocalDirectory –modelname=Model1




-Harry Follow us on Facebook to keep in rhythm with us. https:fb.com/theaxapta