It is crucial to get only product related dimmensions: Or For the mobile app, there are two methods in place to get dimensions:
It is crucial to get only product related dimmensions: Or For the mobile app, there are two methods in place to get dimensions:
// convert DateTimeUtil::newDateTime(today(), 0, DateTimeUtil::getCompanyTimeZone()); // get current DateTimeUtil::getSystemDateTime(); // utcDateTime to date DateTimeUtil::date(DateTimeUtil::getSystemDateTime());
New class for data upgrade: Additional method to existing class: \Classes\ReleaseUpdateDB63_WHS\updateVKWHSWorkEnum Data upgrade script should appear in: System administration/Setup/Checklists/Software update checklist To reset script…
static void testCopyNode(Args _args) { #define.ActivityPath("Message//Activity") str xml; VKCallCenterIntegration callCenterIntegration; XmlDocument doc, docOut; XmlElement xmlActivity, xmlActivityCopy; XmlNode docNode; xml = @'<?xml…
public static void getProductAttributeValues(Args _args) { ItemId itemId = '0007'; EcoResProductAttributeValue ecoResProductAttributeValue; AttributeValueText attributeValueText; InventTable inventTable = InventTable::find(itemId);…
To resolve following error: Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics. There are 2 options. 1. File/Tools/Options/Development/ uncheck the option for "Execute business…
When you get following error running AX code through service Exception of type 'Microsoft.Dynamics.Ax.Xpp.InvalidRemoteCallException' was thrown. Ax gives this non-informative error when it hits code that should be run on client side. But…
Code running on Client Code running in CIL
static void testSelectCommon(Args _args) { Common common; SysDictTable dictTable; dictTable = new SysDictTable(tablenum(SalesTable)); common = dictTable.makeRecord(); select common where common.RecId == 5637150576; abs(1); }
priceAgr = PriceDisc::findItemPriceAgreement( ModuleInventPurchSales::Sales, retailInformationSubcodeTable.triggerCode, InventDim::find(InventDim::inventDimIdBlank()), inventTableModule.UnitId, SystemDateGet(), 1, salesTable.CustAccount,…
static void ListElementsInModel(Args _args) { SysModelElement sysModelElement; SysModelElementData sysModelElementData; UtilElementType elementType = UtilElementType::SharedProject; ModelRecId modelIdFrom = 1662; // ModelId source,…
If you have: more than one model in your layer the elements in project can belong to more that one model in the same layer Then do not move the project directly. Moving a project to another Model will also move all elements that project…
AifXmlSerializable class Service class RunOn property of class should be set to Server Service Create service VKOVAifXmlStrService with following properties: 1. Namespace: http://schemas.contoso.com/ServiceContracts 2. Class:…
Activating an integration port, you may receive the following error: The problem is with declaration of the data member YourDataContract.parmMethod. This method declaration could look like this: The type of the return value is CustName but…
match function Find several entries: Regular expression with groups Regular Expression Syntax: https://msdn.microsoft.com/en-us/library/ae5bf541%28v=vs.90%29.aspx
Here are some usefull methods that may help you in RF interface development. General methods Inventory dimensions methods Usefull standard method to get inventDim from pass: \Classes\WHSWorkExecuteDisplay\initInventDimFromPassDimList…
Form class declaration: Form init method: It will look like:
Heaving error: Cannot create a record in Customer transaction identifiers (CustTransIdRef). Transaction identifier: GLRT-112649, Payment voucher. The record already exists. First suspicion may come to next number of number sequence that is…
Warehouse management -> Setup -> Mobile device Macros contains names of controls Processes all controls. You have to add each new control processing here to make it appear in pass variable. RF menu processing/creation Extend this class to…
Development We will create simple activity to enquiry retail item price. 1. Add new enum element and name it VKPriceEnquiry. The element name should be same for both enums. \Data Dictionary\Base Enums\WHSWorkActivity \Data Dictionary\Base…
DaxOnline.org is free platform that allows you to quickly store and reuse snippets, notes, articles related to Dynamics 365 FO.
Authors are allowed to set their own "buy me a coffee" link.
Join us.