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 ArticleVoucher 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 ArticleRE: 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 ArticleRE: 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 ArticleHow 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 ArticleRE: 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 ArticleUnitofmeasureconversion 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 ArticleRE: 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 ArticleRE: Data management - fields are disabled and cannot be used for import/export.
Any Solution ? or suggestion on it .
View ArticleData 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: Vendor Creation in Ax7
can you please post what is there in innerexception . This screenshot is not helpful.
View ArticleVendor 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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 ArticleRE: 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