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

RE: Voucher number is not updating in projJournalTrans table

Hi,Please use the following code to create voucher:numberSeq = NumberSeq::newGetVoucherFromId(projJournalTable.VoucherNumberSequenceTable, false);projJourTrans.Voucher =...

View Article


Voucher number is not updating in projJournalTrans table

HI, Am importing the data from CSV to ax (projJournalTable and projJournalTrans) using x++ code ,DAT/Project management and accounting/Area page -->Hour journalI can able to insert the data...

View Article


RE: Record level security for multiple warehouses and users.

I tried record level security but it didnt work for me because I had to restrict the user to view only transfer orders that were either generated from his warehouse or to his warehouse.I tried adding...

View Article

RE: Add Enum Values to Lookup

I use EditString and lookup() method because if I use a Combobox bound at an Enum values are messed up if I try to delete a value that other values follow. For example let's say there is an Enum with...

View Article

How to pass lesser than created date range in query class

Hi,I want to pass a 'CreatedDateTime' range value to a query in runtime to delete a table records which has the 'CreatedDateTime' value lesser than the parameter value that is been passed as query...

View Article


RE: Re-refresh grid based on new selected value ?

Hi,Please try by performing following changes:Change queryrange either to qbr.value(queryvalue(myStrResultGet));  (or) qbr.value(queryvalue(CustGroupId.selected()));

View Article

Unitofmeasureconversion table not giving real numbers

Hello experts,your urgent help please. when I show the record for the table unitofmeasureconversion table I don't get real values. for example: when I run a report the query:SELECT TOP 1000...

View Article

RE: Shipping Tracking Number AIF Service

You can use salesSalesOrder service . Behind the scene it uses AxSalesTable class which has all parm methods starting with parmShipCarrier e.g  ParmShipcarrierAccount.How to use salesalesOrder service...

View Article


RE: Data management - fields are disabled and cannot be used for import/export.

Any Solution ? or suggestion on it .

View Article


Image may be NSFW.
Clik here to view.

Data management - fields are disabled and cannot be used for import/export.

Hi,i am setting mapping to import items from excel. I import it to released products.When i choose some staging fields i get error:Field(s) - 'PRODUCTSUBTYPE' are disabled and cannot be used for...

View Article

RE: How to pass lesser than created date range in query class

Hi,Please try the following:queryBuildrange.value(strFmt('<%1', queryValue(createdDateTime))); (or) queryBuildrange.value(strFmt('(CreatedDateTime < %1)', DateTimeUtil::toStr(createdDateTime)));

View Article

RE: Unitofmeasureconversion table not giving real numbers

Hi,You should fetch those values from table UnitOfMeasure(field: Symbol has the value) based on following relationsUnitOfMeasureConversion.FromUnitOfMeasure ==...

View Article

RE: Vendor Creation in Ax7

can you please post what is there in innerexception . This screenshot is not helpful.

View Article


Image may be NSFW.
Clik here to view.

Vendor Creation in Ax7

Hi Friends,            I need to create vendor in Odata Integration using c# code,         Vendor vend = new Vendor(); DataServiceCollection<Vendor> vendorcollection = new...

View Article

RE: Database consistency check Error

It can be caused by user error   see this post for the explanation and steps to fix - but I would not expect this to be an issue for all orders. There have been hotfixes in this area...

View Article


RE: Update Sales Agreement AFTER Invoice Posting

Mahmoud,  Thanks!  invoice safety level is "None", so I could edit the order.  It appears that the parameters of the Sales agreement was what was preventing me from creating the link.  but now that the...

View Article

RE: Re-refresh grid based on new selected value ?

worked fine   this.Query().datasourceNo(1).clearRanges(); Chaitanya Golla thank younot worked qbr.value(queryvalue(myStrResultGet));  (or) not worked qbr.value(queryvalue(CustGroupId.selected()));...

View Article


RE: Voucher number is not updating in projJournalTrans table

Hi Chaitanya Golla, Thank for reply, when am using  your code its showing ( Number sequence 0 does not exist.) pls give any idea  to solve this issues  .RegardsSiva

View Article

RE: Voucher number is not updating in projJournalTrans table

Hi,Please check whether the voucher number sequence associated with the journal type hour is set or its missing.

View Article

Image may be NSFW.
Clik here to view.

RE: Update conflict error when adding a customer contact primary email and...

I apologize for the redundant screen shots. The first screen shot should be thisand the second screen shot should be this

View Article
Browsing all 175888 articles
Browse latest View live


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