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

RE: The intercompany sales order is being updated, and therefore you cannot add/change/delete lines

$
0
0

i have the same problem in ax 2009 , the status of sales order open , cant delete or update the line


The intercompany sales order is being updated, and therefore you cannot add/change/delete lines

$
0
0

while deleting intercompany purchase order system is showing bellow message, how to resolve the issue.

The intercompany sales order is being updated, and therefore you cannot add/change/delete lines

regards

RE: Create PO invoice without posting it using PurchFormLetter framework

$
0
0

Hi Ievgen,

Thanks for your code, I have a similar requirement to use the purchFormLetter framework to only pull lines from a PO into an already existing Pending vendor invoice header record. I don't want to create a new invoice record. How do I achieve this?

Create PO invoice without posting it using PurchFormLetter framework

$
0
0

Hi good folks,

I'd like to create a supplier pending invoice using the PurchFormLetter module without attempting to post it.

it seems that PurchFormLetter.StartOperation() && purchFormLEtter.update() will attempt to post the pending invoice after creating it.

I have thought about adding a parameter to the data contract and checking against that in the posting process but i am wondering if there is an existing parameter that will do that !

code looks like:

Purchformletter = purchformletter::construct(DocumentStatus::Invoice);
    
purchformletter.parmParmTableNum("InvoiceId");
Purchformletter.purchTable(purchtable); 

purchParmUpdate = purchformletter.purchParmUpdate();
purchParmUpdate.SumNum = "IGU + 20147856434-11";
    
purchformletter.initParameters(purchParmUpdate,
                        Printout::Current);  // Printout
purchformletter.chooseLines(true);
    
Purchformletter.selectFromJournal(selectedList.pack());

purchformletter.sumBy(AccountOrder::None);
purchformletter.reArrangeNow(true);
purchformletter.reArrange();
purchformletter.specQty(purchupdate::PackingSlip);

purchformletter.startOperation();


thanks for your help.

RE: Printing Logo on POS receipt

$
0
0

Unfortunately resizing the image didn't work, I even tried to print a sample logo on the virtual machine that is provided by Microsoft and still I am unable to print.

This really wired!

Printing Logo on POS receipt

$
0
0

Gents, 

I am trying to print a logo on the default receipt of Retail POS but I am unable to get the image rendered, I followed steps in the below article:

https://blogs.msdn.microsoft.com/axsupport/2014/10/24/ax-for-retail-2012-r3-receipt-printing-enhancements-print-multiple-logos-and-select-images-in-ax-client/

I can see that logo is being printed as text <L:25>, please see attached image.

I am using Dynamics AX 2012 with the latest update (CU13) and can see that image I used is downloaded to the store server database to RetailImages table but I am unable to get it printed on the receipt.

Any insights are highly appreciated.

Regards, 

Mohammad

Project in D365FO

$
0
0

Dear All,

Can you please let me know while creating a new solution in VS it's showing message "Creating Project for Solution".

Later I saw in Application explorer the Project name with Layer is same as Solution name i.e "Trainning"

and in bracket [] "TrainningModel" is the model name.

Is't correct?

Please give me more shed on this.

Thanks!

report server is not working

$
0
0

Hello everyone.

we had an issue with dynamics ax report server , we got this message when we try to open the report server link

http://Servername/Reports


An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help An internal error occurred. (Exception from HRESULT: 0x8007054F)

your help is highly appreciated.

Thanks


"Build Solution" and "Build" options in D365FO

$
0
0

Dear All,

Can you please let me know we having two options "Build Solution" and "Build" respectively for solution and Project.

Build solution:

Build:

Each above options ( Build Solution and Build )when to select ? And What is the difference between Build Solution and Build?

Please give me more shed on this.

RE: Field 'Reference' must be filled in when updating row in grid on form?

$
0
0

Existing records are broken you have to update them via job. So error has gone for new records ? Then what do you mean under"don't save" ? Do you have an error or something ? Also do you have joins specified on second data source and do you have data source set on the grid ?

RE: D365 Warehousing App for Intermec Barcode Scanner

$
0
0

Not latest but any that runs on Android 4.4 and above. Laters would be better of course.

RE: how to fill a form the opens when a button is clicked with the values coming from the record in the grid that i'm standing at. AX 2012

$
0
0

Not sure you are taking the correct approach, but for starters you could try actually inserting the data. (TmpTable.insert())

I recommend you check out how standard forms with similar behaviour are programmed and follow the same pattern.

Also search for posts about using temp tables in forms like this one

how to fill a form the opens when a button is clicked with the values coming from the record in the grid that i'm standing at. AX 2012

$
0
0

I have a grid that contains 3 fields: x,y and z and are filled according to the selected line in the grid. I also have a button above the grid, when clicked a new form appears that contains the same fields x and y but empty. What i need to do is that when i click the button these two fields needs to be filled with the same data as the grid. This is what i did:

void clicked()

{
Args args;
FormRun formRun;
super();
args = new args();
args.record(projCostTrans);
args.name( formstr( Updatee ) );
formRun = classFactory.formRunClass( Args );
formRun.init();
formrun.run();
formrun.wait();
formRun.detach();
TmpTable_ds.research();
TmpTable_ds.executeQuery();
ProjCostTrans_ds.refresh();
ProjCostTrans_ds.executeQuery();

}

public void init()
{
ProjCostTrans projCostTrans;
super();

projCostTrans=element.args().record();
TmpTable.x=ProjCostTrans.x;
TmpTable.y=ProjCostTrans.y;
TmpTable_ds.research();

TmpTable_ds.executeQuery();
}

when i debug i  can see that the tmp table is filled but the form is still empty, is it something about refresh? plus does my code contain extra things that are not needed?

D365 project hierarchy

$
0
0

Hi,

I have one environment, when I open a project form for a project header , in the project hierarchy fast tab I don't see the list of the main project and sub-projects. Is it a setup related item?

Thanks

Sam

RE: Error executing code: The field with ID '0' does not exist in table 'OMHierarchyRelationship'.

$
0
0

error executing code: the field with id '0' does not exist in table 'smaserviceorderline'. stack trace (c)\data dictionary\maps\smaservicelinemap\methods\fieldmodifiedcategoryid - line 30 (c)\data dictionary\tables\smaserviceorderline\methods\modifiedfield - line 22 (c)\classes\formdataobject\modified (c)\forms\smaserviceordertable\data sources\smaserviceorderline\fields\projcategoryid\methods\modified - line 3 (c)\classes\formstringcontrol\modified


RE: Error executing code: The field with ID '0' does not exist in table 'OMHierarchyRelationship'.

Error executing code: The field with ID '0' does not exist in table 'OMHierarchyRelationship'.

$
0
0

Trying to show the OMOperatingUnit lookup based on the selected  hierarchy.
Created a query and that query fetched values are showing in the lookup.
But after seleceting the values. getting the below error

Error executing code: The field with ID '0' does not exist in table 'OMHierarchyRelationship'.

Stack trace

(C)\Classes\SysLookupMultiSelectGrid\getSelected - line 34
(C)\Classes\SysLookupMultiSelectGrid\run - line 38
(C)\Classes\SysLookupMultiSelectGrid\lookup - line 10
(C)\Classes\SysLookupMultiSelectCtrl\ctrlNames_lookup - line 3

RE: Workflow Error - SysWrokflowMessageQueueManager-run

$
0
0

Hi All, Could you please let me know how you resolve this error. Your pointers are highly appreciated. Many thanks!

Workflow Error - SysWrokflowMessageQueueManager-run

$
0
0

I have been facing this error on starting tutorial_workflow form 

It was working before and now every worflow request is in pending

Application is compiled

CIL is generated

have deleted xppIL folder 

Problem still persists. Any idea ?

RE: "Build Solution" and "Build" options in D365FO

$
0
0

Solution can  have multiple projects . So build solution is going to build everything is present in that Solution (elements from all projects from that solution). If you build individual project all elements belonging to that project are going to build.

Viewing all 175888 articles
Browse latest View live


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