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

RE: Where are financial dimensions on released products used?

$
0
0

There is a way to lock a financial dimension to Site which appears to override all other financial dimensions.  Even when a financial dimension is specified on a line the posting gets the financial dimension.  If you create this lock there is no way to override it that I have been able to find.  

To enable Site-to-dimension link: InvWhseMgmt>Setup>Posting>Dimension link

To set up dimension-to-site reference: InvWhseMgmt>Inventory breakdown>Sites


The posting will always take the dimension from the site the transaction happens at.  If you sell an item and it is inventoried at division 06 then the posting will carry the dimension "06" despite anything done to the financial dimensions on the vendor, project, item, or line.


Where are financial dimensions on released products used?

$
0
0

We are considering a decision to change the way we have had our financial dimensions set up on our released products because it may be creating more work, but I want to reach out to make sure we are considering all the ramifications of a decision like this.

The reason we are making the change is because every time we do an inventory adjustment, counting journal, or production order, we are currently having to change the financial dimension 'Division' on the transaction lines to the correct division. The inventory/production division is different than the sales division, but after some testing it appears that the sales orders will take the customer's financial dimensions rather than the product's dimensions. We were advised to have the product financial dimension be whatever we want the product to have for sales purposes, but if the sales order lines are inheriting their financial dimensions from the customer record, we do not need to have that released product financial dimensions default set to the sales value.

I'm sure I'm leaving out some critical information, but this is our thought process right now. Are we oversimplifying this? Is there some areas we are not considering that would be hugely impacted? Any thoughts would be helpful.

--Scott

RE: How to specify default File name in AX2012 R3

$
0
0

system cannot sense only file name.

you have specify path+FileName. Kindly have a look at following form

AOT\Forms\tutorial_Form_File

How to specify default File name in AX2012 R3

$
0
0

Hi all,

Please let me know how to give a default file name in AX.

This is the code for running dialog:

FilenameOpen fileNameOpen;
DialogField dialogFileName;
Dialog dialog;
Filename fileName;
;

dialog = new Dialog("Move Files");
dialogFileName = dialog.addField(extendedTypeStr(FileNameOpen));
dialogFilename.value("File 1");
dialog.run();

When I'm running this script through job 

output :

When clicking on marked image for selecting location the default file name became empty as below

I would like to keep the default File name "File 1".

Kindly let me know how to assign default file name?

RE: Cancel or Correct a PO Receipt in X++ - AX2012

Cancel or Correct a PO Receipt in X++ - AX2012

$
0
0

I am trying to add a method to my receipt service to cancel a receipt.  After digging around the code for a few hours, I'm not having much luck.  Has anyone done this?  Any help would be, as always, much appreciated!

Thanks

RE: Record Level Security With "Sales and marketing" and "Inventory and WareHouse Management"

$
0
0

Hi Dennis,

There are some options. It depends on how you are able to link "their client list" to a specific user.

In AX 2012 you can use Address book security to achieve this requirement. Have a look at the next link: technet.microsoft.com/.../gg731852.aspx

You can use address books and team assignments.

RE: Product entity not Available :DIEF

$
0
0

Hi Shuhaib,

Please create a new question as you are changing the topic. Also elaborate then to provide some more details.


Product entity not Available :DIEF

$
0
0

Hi 

the product entity not visible 

please suggest 

RE: How to generate Item wise consumption report in ax 2012 r3

$
0
0

Hi Kiran,

The first report you mentioned is not standard for projects. This would be possible by creating a customized report. In addition I think Colby can be right with the Inventory Value report.

How to generate Item wise consumption report in ax 2012 r3

$
0
0

Hi,

Help me getting the report for Item wise consumption in ax 2012 r3.

Regards

Kiran

RE: Reconciled entries showing up

$
0
0

Hi Nishad,

Is it possible that your issue is simply caused by the fact that the account reconciliation filter is set to show all transactions?

Do the already reconciled Transactions disappear if you change the value setup in the field?

Ludwig

Reconciled entries showing up

$
0
0

Hello,

After reconciling a bank the entries which are already reconciled are showing up again and again.

For example if i have reconciled an entry on today the same entry is showing up in tomorrows reconciliation statement as reconciled.

How do we fix this issue.

Thanks

RE: Record Level Security With "Sales and marketing" and "Inventory and WareHouse Management"

$
0
0

Hi André

what I need is a sales representative might only see his own client list and not the list of other sales representatives

RE: AX2012R3CU8 - Report as finished from mobile device is giving error, Inventory dimension Location must be specified. Update has been canceled.

$
0
0

Hi Amol,

Thanks. The screenshoots are visible on the OneDrive link.

Check the settings for the location and the location directive. You are only using a fixed location. Is the capacity sufficient to handle more items on the location? Also try to change the field Strategy on the location directive actions to e.g. consolidate.


AX2012R3CU8 - Report as finished from mobile device is giving error, Inventory dimension Location must be specified. Update has been canceled.

$
0
0

Hi,

I am trying to use mobile device for report as finished to fixed location in the warehouse.

I have defined the wave template as below,

I have defined the work template as below,

I have defined the location directive as below,

I have defined warehouse as below,

I have define fixed location for product as below,

I have defined mobile device menu item as below,

I am getting below error when trying to report as finished from mobile device,

Please let me know if I am missing some setup to resolve this error.

Thanks & Regards,

Amol

RE: Buffer for call of SRSTmpTblMarshaller::deleteTmpTblData is not specified

$
0
0

Hi Bashir, thank you for your answer.

That's not the problem. I think the problem is that I can't have two temporary tables for only one Data Provider when I'm using SRSTmpTblMarshaller.


I had solved this modifying the original table adding the new fields I need, and modifying as the Data Provider for filling it, as the Report itself for filtering data.


Anyway, I will be pleased if someone knows how to change it.

Thank to you all.


Buffer for call of SRSTmpTblMarshaller::deleteTmpTblData is not specified

$
0
0

Hi everyone,


I'm trying to make a customization on Promissory Note for Spain. My intention is to modify Report BankPromissoryNote_ESReport which uses as Data Provider the BankPromissoryNoteDP_ES. My customization consists on show the list of invoices contained on the PromissoryNote printed at the bottom of the report. The problem is that the data provider exteds from SRSTmpTblMarshallerContract class, and it seems to admit only one temporary table. I had created a new temp table whith the info I need to show, but in spite of having stored my table in the controller class:

public RecId storeTmpTable_2()
{
    return SRSTmpTblMarshaller::SendTmpTblToDataProvider(paymInfoPromissoryNote);
}


and called it from the fetch method:

public RecId fetch()
{
    RecId                       tmpTableDataRecId;
    SrsReportRunPermission      permission;

    while select tmpBankPromissoryNotePrintout
    {
        this.insertIntoTempTable();
    }

    //Storing the temp table data using SRSTmpTblMarshaller
    permission = new SrsReportRunPermission();
    permission.assert();
    tmpTableDataRecId = this.storeTmpTable();
    this.storeTmpTable_2();
    CodeAccessPermission::revertAssert();

    delete_from bankPromissoryNoteTmp_ES;

    return tmpTableDataRecId;
}

When the processReport tries to delete it,

[SysEntryPointAttribute]
public void processReport()
{
    SrsReportRunPermission      permission;
    SRSTmpTblMarshallerContract contract =  this.parmDataContract() as SRSTmpTblMarshallerContract;
    permission = new SRSReportRunPermission();
    permission.assert();
    breakpoint;
    //Temp Table Object that was returned from SRSDataCarrier
    //bankPromissoryNoteTmp_ES = SRSTmpTblMarshaller::getTmpTbl(contract.parmTmpTableDataRecId());
    bankPromissoryNoteTmp_ES = SRSTmpTblMarshaller::getTmpTbl(bankPromissoryNoteTmp_ES.RecId);
    paymInfoPromissoryNote = SRSTmpTblMarshaller::getTmpTbl(bankPromissoryNoteTmp_ES.PaymInfoPromissoryNoteRefRecId);
    //SRSTmpTblMarshaller::deleteTmpTblData(contract.parmTmpTableDataRecId());
    SRSTmpTblMarshaller::deleteTmpTblData(bankPromissoryNoteTmp_ES.RecId);
    SRSTmpTblMarshaller::deleteTmpTblData(paymInfoPromissoryNote.RecId);
    CodeAccessPermission::revertAssert();
}


The system returns me the error:

No se ha especificado el almacenaje para la llamada de SRSTmpTblMarshaller::deleteTmpTblData.

(In English, in the subject of the post)

So, does somebody know how to use two temporary tables with this kind of Data Provider? Or, at least, does somebody know how to fix my error?

Thank you in advance.

RE: Record Level Security With "Sales and marketing" and "Inventory and WareHouse Management"

$
0
0

Hi Dennis,

That was already clear to me. You need to define which attributes in AX can identify who is the sales representative. Address books and team security is one of the options. This is a solution from standard AX.

For other links you might need to create a custom Security policy (eXtensible Data Security). I would recommend to have a look at the Address books first.

Record Level Security With "Sales and marketing" and "Inventory and WareHouse Management"

$
0
0

I need to "record-level security" it is that the user can only see their client list, not the general customer list.

tables or fields that are what I have to put to query.

thanks for the help

Viewing all 175888 articles
Browse latest View live


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