Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all 46681 articles
Browse latest View live

Create record in AX 2012 which is based on table inheritance like DirOrganisation table by SSIS Kingswaysoft

$
0
0

Hi there,

currently I try to use the latest KingswaySoft SSIS Toolkit to create a record (account) which is based on DirPartyTable and so on.

I can't create the record, because AX throws an exception when I use the "DirOrganization" or "DirPartyTable" table? How is the approach to handle table inheritance for AX destination connector?

Kind regards,

Martin 


Automatic Email Generation From WBS Timepoint

$
0
0

I would like to have AX generate an email automatically when a timepoint is reached in the WBS. Specifically, I would like to create a line item in AX with either a start date or end date that when that date is reached, an email is automatically sent with preloaded text to a predetermined group of recipients.

Is this possible?

Thanks!

Form extension to add new form part

$
0
0

Hi,

I am trying to add a new form part to a standard form. PurchTable to be specific. I have created a new form part and added it to the extension of the form PurchTable. Now, when I look into the datasource property of the newly added form part in the PurchTable extension,  it does not show any datasource in the list. What am I missing here? 

Thanks.

Coverting SQL View into AX View

$
0
0

I have a number of SQL Server Views that i have created, and would like to get them into AX, as an enquiry window.

Is there an 'easy' way to do this?

Can not see fields in data entity extension

$
0
0

Hi all

I have created a extesnion from CustCustomerEntity adding 2 fields, and have added this fields in an extesión of the CustomCustomerEntityStaging table, I have compiled and sincronized db, but I can not see this fields in the entity from Data Management.

In another enviroment I have do the same and it works, but installing the model in target enviroment I have the issue.

Both enviroments are Update 11

I will aprecciate if somebody could help me.

Thanks in Advance

Jose Fuentes

Posting types

$
0
0

Hi,

I am looking for a documentation for a list of the different posting types and a detailed description of their usage. Like for example 'Rebate' and possible forms in AX to use it and the purpose.

Thanks

Sam

Cannot delete a record in Requirement coverage (ReqTransCov).

$
0
0

Hi All,

I have an issue while firm master planning AX 2012R3.

I am getting the below error message.

"Cannot delete a record in Requirement coverage (ReqTransCov).

An update conflict occurred due to another user process deleting
the record or changing one or more fields in the record."

I have done some googling but did find any appropriate solution on this.

If any one have an idea please share to take it forward. 

Thanks

Nitish

Difference between a Role and a Position

$
0
0

Project roles are created in Project accounting and management modules. And cost and sales prices can also be setup against them. But are these roles assigned to employees / workers and if yes where? 

Also what is the difference between the Role and a Position?


Dual Source Purchase Allocation

$
0
0

For critical components there is a need to dual source, allocating a percentage of our purchased to each vendor awarded the business.  To support that process we are looking for ways to best manage the process through the system - currently using AX2012 R3.  Has anyone had this same requirement?  If so, how did you address it?

Transactions that require user to be a worker

$
0
0

I haven't been in Dynamics AX very long.  What is the best way to know if a transaction requires a user to be a "worker"?  

Product Category

$
0
0

Hi Eveyone,


I want to filter the  products in the "All products and product masters"  tab under "Product Information Management" that do not have any Product Categories set.  

i wrote the following job but it wont work , i need further help

static void Job72(Args _args)
{
InventTable inventTable;
EcoResProductCategory ecoResProductCategory;


while select * from inventTable
not exists join ecoResProductCategory where
inventTable.product==ecoResProductCategory.product
if(ecoResProductCategory!=null)
{
info(strFmt("%1" ,inventTable.ItemId ));
}
}

Dimension fields don't show anything in work lines form

$
0
0

Hi guys,

A quick question, please, related to the warehouse management processes.

Does anyone know why the dimension fields (license plate, batch number) don't show any value in the work line form after a work is completed (closed status)?

Is there any way to show those values? Keeping in mind that the batch number and the license plate are in the inventory transactions.

Thanks in advance.

Fixed Asset Balance report

$
0
0

I want to run a Fixed asset balance report as at Oct 28, 2017.  I am able to do this in Report, Periodic, Fixed Asset balance.  The only issue I have is that I am not able to enter the date.  When I run this report it gives me everything as of today.  But I want it as of October 28, 2017.  How can I do this

Thanks

Joe

Filter work by replenishment template

$
0
0

Hi much esteemed experts,

We're using MS Dynamics Ax 2012 R3.

In the Warehouse management > Work > All work, I'm able to see all the work, also replenishment.

Is it possible to filter this work by which Replenishment Template was used to generate the work?

I'm trying to make a replenishment which would be done occassionaly by other people than those who do the everyday picking, with a specified location directive and all that... it would be nice to be able to filter this out to avoid confusion.

Many thanks! Adriaan

Reduced picked quantity in Advance warehousing

$
0
0

Hi,

Using advance warehouse process, cancelling a picked quantity, we use the option 'Reduced picked quantity'. However, this is not available for Warehouse worker/Warehouse manager role which I would assume they should have. They can see the button for 'Reduce picked quantity' but they cannot enter the number in 'Quantity to reduce' column. Can you tell me where to enable this option? 


Purchase Order Confirmation Error

$
0
0

Dear All,

my user has problem when he do confirmation for purchase order.

infolog said 'insufficient rights to execute Menu item show Purchase Order'

but I have done setting authority for priviledge/entry menu 'PurchLetter*confirm'

is there any other menu ? I had setting the authorization by did recording directly.

I had exported the role, duty, priviledged from demo environment and import its at PROD environment.

thank you

Generate full CIL in Production Copy than transfer the Data Base Model from this copy into Production_Model ....

$
0
0

Hello all, 

Sceneary:  Hypothetical situation to speed up the deploy procedure in AX 2012 R3. 

Create a copy from Production environnement set name as "StagingProd",  all the new projects we deploy into StagingProd and do all synch and « Generete the CIL Full » once completed shut down Production than using SQL copy the data base StagingProd_Model and export to Production_Model once completed just restart Production.  

Question:  The CIL output XppIL from StagingProd will be valid for Production environnement ? 

Thanks in advanced,  

Can not create financial statment

$
0
0

Hallo, i want to ask why i cann't creat a financial statement in AX 3 and there appears a description


Error executing code: MapIterator object not initialized.
Stack trace:
\Classes\MapIterator\find
\Forms\LedgerBalanceSheetPrint\Methods\unpack
\Forms\LedgerBalanceSheetPrint\Methods\init
\Classes\SysSetupFormRun\init - line 3
\Classes\LedgerBalanceSheetPrint\dialog - line 10
\Classes\RunBase\dialogMake - line 5
\Classes\RunBase\promptPrim - line 18
\Classes\RunBase\prompt - line 10
\Classes\RunBaseBatch\prompt - line 3
\Classes\LedgerBalanceSheetPrint\main - line 5

dose anyone know what it is?

Thx u

Project-related Inventory Management

$
0
0

I would like to inquire regarding an integration on Project-related inventory management.

Let's say, we are purchasing inventories for Project A.  These items are stock items and will be stored in warehouse. In addition, these items are issued as needed in project/s.  My concern is that whenever we do product receipt for these Project-Purchase Orders, these items are fully consumed and warehouse location is emptied of the qty ordered.  What we wanted is to completely monitor the inventory being maintained in the warehouse as well as those that are issued on projects. (e.g. We have made a purchase order for Project A of 5,000 bags of cement to be stocked and monitored.  These will be stored in Warehouse 1 and will only be decreased once Project A requested that an item (let's say 1,000 bags of cement) be issued (deducted) from it's stored location.

Hope you can help me out.

Best regards,

Edmond

Limit to open another detail page by double-clicking in Listpage

$
0
0

Hi all,

I'm developing a Listpage in AX 2012 R3.

I want to realize the followings.

1. Open the detail page related to the line in the Listpage by double-clicking it.

   (This has already developed and realized.)

2. If the another line is selected and double-clicked, don't want to open another

    detail page and just want to refresh the detail page which is opened in No.1 above.

    (I mean I want to reuse the previous detail page and don't want to the new page more.)

Does anyone have the solution(how to develop by X++) to realize that?

Best regards,

Yuka

Viewing all 46681 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>