Together we achieve

Posts Tagged ‘BOF’

BOF and security [AX 2012]

This is the highlight the affect of [SysEntryPointAttribute(true)]Switching this parameter to true means that you have to define the permission for all the tables that are used. Otherwise you will get a permission error. Leaving it to false (defau…

Read more

Cool project on CodePlex

Here’s a really cool project, creating an adapter for CSV files to BOF (Business Operation Framework) services.http://dynamicsax2012csv.codeplex.com/

Read more

Hiding a data member attribute from dialogs

When you use data contracts with for example the new Business Oprations Framework (BOF), it is smart that AX will generate the dialog for you. But what if you have a field in the data contract that you don’t want exposed in the dialog?Well, use the Sys…

Read more

Call a BOF service with a caller record

If you need to call a Business Operations Framework (BOF) service with a caller record, like you’d often do for a RunBase job, you must create a custom SysOperationServiceController to get the record argument passes from the service controller to an ap…

Read more