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

Unable to shipped "Transfer Order" in MS Dynamics AX 2012 R3

$
0
0

Hi,

I am having a problem determining what is causing the other users cannot shipped or used Transfer Order module?

Only 2 users can process "Transfer Order" and the others cannot. What is causing this to happen? I already checked their access permission and group, it is the same only with those 2 users who can use Transfer Order. Why the others can't? Is the problem related to process flow? How to allow a user to be able to used the Transfer Order module?

Thanks,

Renato Mejilla


RE: Sort in Run-time

$
0
0

Copy what standard does? Put a 'Select' button on the dialogue box, and allow the users to specify the Sorting on the advanced query form:

Or add a sorting parameter on the dialogue box, and offer different sorting choices in the drop-down:

RE: Sort in Run-time

RE: Sum Expression

RE: Sum Expression

RE: Update OrdersEndDate in Trade Promotions Tables

$
0
0

Hi,

Use following code:

static void AMF_RebateDateUpdate(Args _args)
{
    jsTPMTradePromotion jsRebates;
    TransDate transDate;

    transDate = mkDate(12, 29, 2017);

    while select forUpdate jsRebates where jsRebates.OrdersEndDate == transDate
    {
        ttsBegin;
        jsRebates.OrdersEndDate = mkDate(29,12,2025);
        jsRebates.update();
        ttsCommit;
    }
    print info('Completed');
    pause;
}


RE: Sum Expression

Sum Expression

$
0
0

I have Column have expression like that :

=Sum(Fields!Debit.Value,"Details1")+Sum(Fields!Credit.Value,"Details1")+Last(Fields!previouscount.Value,"Details1")

i need to grand total in last cell when i try to write that :

=Sum(Sum(Fields!Debit.Value,"Details1")+Sum(Fields!Credit.Value,"Details1")+Last(Fields!previouscount.Value,"Details1"),"Details1")

i have erorr , Any help !


RE: Sort in Run-time

Sort in Run-time

$
0
0

I have report and i need to make user to sort it in run time  

any suggestion ! 

Making field editable in form

$
0
0

I am working within ReqTransPO form in AX 2009 and am attempting to make the warehouse field editable (drop down that would show all available warehouses). Currently the form looks at the InventDim table with the CovInventDimId to find the warehouse. Is there a way for the form to look for the warehouse and also, make the field editable? I don't want to make changes to the InventDim table.

RE: Update OrdersEndDate in Trade Promotions Tables

How to "Finish" investment type project with no WIP

$
0
0

Hello,

Our business has a few Investment type projects in which transactions were entered (hour/expense/item).  However, the project manager has reversed out the project transactions such that there is no net effect to the WIP.  They now want to Finish the project.  Is this possible to do without eliminating zero cost to a fixed asset?

Are there other options? Such as to change the project type and manually Finish the project?
This is AX 2012 R2 CU7

Thank you for your time.

-Mike

RE: DIXF Update3 VS DIXF Update12 in D 365 O

RE: Copy data from one to another table


Copy data from one to another table

$
0
0

I have form with two grids  and the datasources are one table ImportE full with data and another empty table ImportFilter. Class that reads the data from the first table is created and it is connected to output menuItem and later with button. The button on the form shows the data into the first grid.

Now the question is how to copy the data from the first table into the other empty table and filter it (that logic is in the class that later will be connected to menuItem and button), and than show it in the second grid.

Thank you in advance.

RE: DIXF Update3 VS DIXF Update12 in D 365 O

$
0
0

I had the same issue but on the VendorInvoiceJournalLineStaging table.  That one was fixed with KB4042908 (the KB restored a relation that had existed in a prior version but was dropped) -- you may need to file a support incident if there is not a KB fix already for your entities.

DIXF Update3 VS DIXF Update12 in D 365 O

$
0
0

Hello community, 

I am trying to use DIXF in D365O Update 12,

After doing an export of the vendor invoice Register composite entity in Update3, I tried doing that in Update 12

Except that when I ran the job, AX displays the following message 

"There is no existing relation between parent - Vendor invoice register_VendInvoiceRegisterHeaderEntity and child - Vendor invoice register_VendInvoiceRegisterLineEntity of composite entity
Issue is exist for export to file"

So After verifying existing relations on the VendInvoiceRegisterLineStaging table,
the relation between vendInvoiceRegisterLineStaging and VendInvoiceRegisterHeaderStaging
does not exist under the Update12

My question is why this relation was removed, and how do we use composite entities
under Update 12?

P.S: a screenshot of the relation defined on the table under Update 3



Might you please telling me how you export data using composite entities in D 365 O(Update 12)?

Kind regards

Jihane

RE: Error while opening POS.

$
0
0

Hi Zeeshan,

Good day.

I have encountered the same issue. Now, the foundation label is included in the model list but we still cannot proceed to open POS application.

Our Application version is: 6.3.6000.151

Thanks,

Raph

Error while opening POS.

$
0
0

Hi,

I am facing issue while opening POS, following error is loged in event viewer

LSRetailPosis.POS.Program: LSRetailPosis.PosisException ---> System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Dynamics.Retail.Pos.DataManager.CustomerDataManager.ConvertToTransactionalCustomer(Customer axCustomer)
at LSRetailPosis.BusinessLogic.CustomerSystem.GetCustomerInfo(String customerId)
at Microsoft.Dynamics.Retail.Pos.Tax.TaxEngine.TaxEngineServiceProxy..ctor(IApplication application)
at Microsoft.Dynamics.Retail.Pos.TaxService.Tax.Initialize()
at Microsoft.Dynamics.Retail.Pos.SystemCore.Services.Initialize()
at Microsoft.Dynamics.Retail.Pos.SystemCore.PosApplication.Initialize()
--- End of inner exception stack trace ---
at Microsoft.Dynamics.Retail.Pos.SystemCore.PosApplication.Initialize()
at LSRetailPosis.POS.Program.InitializeAndLoadPOS(String[] args, Boolean owned, SplashScreenForm splashScreenForm)
at LSRetailPosis.POS.Program.Main(String[] args).

Kernel version:6.3.6000.214

Application version:6.3.5000.133

GST has been already installed on the same.

Viewing all 175888 articles
Browse latest View live


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