Posts

Showing posts from January, 2024

Office 365 form custom

 public class FlxRevenueJournalTransAC extends FormRun implements OfficeIGeneratedWorkbookCustomExporter { public void customizeMenuOptions(OfficeMenuOptions _menuOptions)     {         DataEntityName revenueJournalTransACEntityName = tableStr(FlxRevenueJournalTransACDataEntity);         str menuItemId = strFmt(revenueJournalTransACEntityName, 'MenuId');         OfficeGeneratedExportMenuItem menuItem = OfficeGeneratedExportMenuItem::construct(revenueJournalTransACEntityName, menuItemId);         str displayName = new DictDataEntity(tableName2Id(revenueJournalTransACEntityName)).label();         menuItem.displayName(displayName);         _menuOptions.customMenuItems().addEnd(menuItem);         _menuOptions.dataEntityOptions().addEnd(OfficeMenuDataEntityOptions::construct(tableStr(FlxRevenueJournalTransACDataEntity)));     } ...

Links

Post event orig value   Form code link

Modified object list command

 Cd  C:\Temp .\GetModifiedFiles.ps1 -startChangesetId 13494 -endChangesetId 13919 > c:\temp\modifiedfiles.txt

Cache lookup

Image
Cache lookup  

IN UI upload license file

Create config key with certificate and Developer-apply Restart AOS -we will find address c/ax/adm We will find model files 1. On the Start menu, click Command prompt. 2. Navigate to the directory for the management utilities. Typically, the location of this directory is %ProgramFiles%\Microsoft Dynamics AX\60\ManagementUtilities. 3. To list the models in a layer, at the command prompt, type the following command, and then press ENTER. Copy axutil list /layer :<layername>  4. To list the models in the model store, at the command prompt, type the following command, and then press ENTER. Copy axutil list https://learn.microsoft.com/en-us/dynamicsax-2012/appuser-itpro/how-to-list-models-in-a-model-store Then export s those files ---- Stop aos Nun power shall command Install-AXModel -File C:\CurrentBuild\15Nov\63.2000.326.195\FlexProperty.axmodel -Details

Button images on form

  Button images on form

Enum conversion link

Enum conversion link