our life would be a lot easier if this was the feature, or plan to add it in future. hope we have something in D365 for such scenarios.
RE: Specify layer when importing model -AX 2012
Specify layer when importing model -AX 2012
Hi everyone,
How can specify the layer where the model will be imported?
I'm using the cmdLet Install-AXModel
Thanks!
RE: How can I get Error in Infolog when run Batch Jobs daily ?!
Thanks Mateusz. It is very helpful. But there is 1 more thing I want to ask. Like you said before, if the first element of container is 3, there is an error. So my question is what is that "3" stands for how can I get that in my code ?
RE: Purchase Requisition: Cannot perform Value Paging
Hi
An old issue that I stumbled on as i received the same error.
The problem is in the datasource. If you have a datasource with outerjoin as jointype you will get the error.
Change the jointype to delayed and it is solved.'
Purchase Requisition: Cannot perform Value Paging
Hi Friends,
I was facing the following error when I was refreshing my form after creating a new Request for quote:.
"Cannot perform Value Paging - Structure of Lookup table doesn't match with the Query table structure."
Any suggestion?
Move Serialized Items
Hello Experts,
I want to move some products from a (Tracking Dimension : Batch, Serial) to the (Tracking Dimension : Batch). Since , some of the products were in negative quantity, i have to net that with the positive Quantity . So i planned to do with the Movement Journal. When i deduct the Qty , the Tracking Dimension should be (: Batch,Serial) and when i increase,the Tracking Dimension should be (: Batch) alone for the particular product.... So what is need is , i need to able to change Tracking Dimension Group between (Batch,Serial----->Batch && Batch -----> Batch,Serial) in runtime , How can i achieve this through X++??
I was forced to do this , because other tracking dimension group is not detected in Movement Journals??
Any Help would be appreciated??
RE: Management Reporter - Report definition - Company name
This field used to filter report generation on legal entity wise . if you give any you can filter on tree type also on report generation time
RE: inter company accouting
Hi,
If you track your ic transactions via ic customer and vendor accounts then you can make use of the standard aging reports.
An alternative is using the management reporter. This alternative requires that you use specific accounts and/or ic financial dimensions.
Best regards
Ludwig
RE: How can I get Error in Infolog when run Batch Jobs daily ?!
infolog.import(conpeek(data, i+2)); logs = conpeek(data, i+2); for(j = 2; j <= conLen(logs); j++) { logData = conPeek(logs, j); if(conPeek(logData, 1) == 3) { info(strFmt("Error : ", conPeek(logData, 2))); } }
it is small piece of code to show info only with error messages.
Realtime Business scenerio for th prepayment
Hi Friends,
Can anyone give me the real time Business scenerio for the prepayment functionality.
RE: Change financial dimension in posted transaction
Hi Ludwig
Thanks for your quick response,
I cannot post correction because we have more than 100 lines to do this.
Can We update financial dimension functionally or technically from back end.
RE: Reports General
Thanks man, I'll read it in depth - for now I just glanced through.
On one of the pages: "A table can be a temporary table (InMemory or TempDB) or a regular table, but it is Microsoft best practice to use a temporary table." So am I correct to say that a normal table buffer will work? (It's just a best practice to use TempDB.)
And you don't maybe know anything about the exact allowable width I mentioned previously?
Reports General
I am busy with only my third report and have some general questions (links welcome).
1) For a portrait A4 design: Is there an exact allowable width so that it fits on export to PDF? Previously I just used 20cm (one less than 21cm of the actual paper width).
And for some reason the one report I wrote still does not fit on one PDF A4 (by width). But when exported to Word and then exported to PDF from word file, it fits.
2) Is it necessary to create a TempDB table for the data? If table X and table Y are used in the report, I follow this procedure: Create TempDB tables XTemp and YTemp >> Populate them in DP class >> use in report. Why won't simple table buffers of the original tables work?
3) Any good sites on creating reports?
Thanks for reading
Need to show and give Delete access level on Financial dimension fast Tab in vendTable form to Accountant role
Hello,
We are using D365FO, could you please help me which privilege/Duty should i assign to Accountant role so that financial dimension fast tab can be shown and editable?
I have tried by adding form control permissions to TabFinancialDimensions to "View Vendors" privilege but unable to see the tab.
when i add maintain Vendors privilege i could see the tab but every details of the vendor are editable, i don't want this. Any suggestions please.
Thanks,
Sandeep
Location directives import
hi folks
is there an import template for 365 WAX location directives and Work templates?
thanks
mal
RE: Change financial dimension in posted transaction
You should not edit the data on the back end, just like Ludwig said.
It will almost certainly lead in to issues that cause you much more trouble (and work) than posting 100 corrections manually.
If you don't want to post the corrections manually, I suggest you focus your efforts on creating a job for posting the corrections automatically.
Change financial dimension in posted transaction
Hi All,
I need to change financial dimension for some of posted transactions, how can I edit financial dimension in posted transactions. Is it feasible to change forcefully backend.
Item Lookup in grid of Item Arrival Journal
Has anyone found this otherwise or is it just me not getting right. To me it looks a bug.
Item arrival journal is supposed to show only those items that are related to currently selected Vendor/supplier and Purchase Order. But standard MSDyn365FO, shows all item and does not filters those as per currently selected Purchase order. The behaviour was correct in AX2012 and AX2009. Technically issue is because of a new method added, given in next path
Classes >> InventLookupItemId >> Init()
Above method creates a new object for a class InventItemIdLookupSimple and hence losses query previously developed under Tables >> WMSJournalTras >> Methods >> itemIdLookup
All effort done by this table method (itemIdLookup), which is located on table WMSJournalTras, is being wasted by init() method of InventLookupItemId class
To reproduce the issue steps give below, may be followed.
- Create a new item arrival journal with Type purchase order
- Go into lines and create a new line.
- Select a vendor/supplier
- Select a PO umber using Number field.
- Now try to select item.
You will find all items, instead of having only filtered items related to the currently selected Purchase Order.
RE: Location directives import
oops found them now !
funny enough called warehouse location directives :)