RE: SSRS with RDP
Could you please elaborate "it's not retrieving my desire field"?Have you tested that the RDP class successfully fills the field? If not, you have to fix it. If it does, your problem seems to be in the...
View ArticleRE: SSRS with RDP
Hi,Edit the report in visual studio and refresh the dataset to view the new field you have added .Once the dataset is refreshed then you can add it in the design.Hope this helps.
View ArticleRE: Batch always waiting
Can you reCheck that the batch group has an AOS assigned to it and the AOS is running. Please verify your setup by posting screenshots.
View ArticleBatch always waiting
Hi All,I ran any job, the job always waiting not start.I checked batch group and server configuration, all are correct.Anyone have some suggestion?Thanks a lot,Jason
View ArticleRE: Is there an auto procurement just like auto replenishment?
Master planning is the right way to do this. You will need to run the master plan which will created planned purchase orders and they can be firmed to purchase orders. Refer to this link for more...
View ArticleIs there an auto procurement just like auto replenishment?
HiIs there a way to create a batch job which can create PR for items less than a MIN value - either for a fixed quantity or for the same quantity from the last purchase quantity?As an example, Item01,...
View ArticleRE: SSRS with RDP
You have to select the DirPartyTbale before assign. \Classes\PSAQuotationsDP\insertPSAQuotationsTmpDirPartyTable partyTableLike select firstonly name from partyTablem_tPSAQuotationsTmp.Name1...
View ArticleSSRS with RDP
Dears,There is a table called PSAQUOTATIONTMP in AX2012R3, I added one new field called Name1. I use this field in insertPSAQUOTATIONTMP()[Related to PSAQUOTATIONDP RDP class]. So I can retrieve this...
View ArticleRE: don't allow edit unit price in Sales Order
You can use security framework to create field permissions in order to secure the price fields on the sales line. Refer this link msdn.microsoft.com/.../hh272122.aspx.For approval purpose you can try...
View Articledon't allow edit unit price in Sales Order
Hello All We use a price list and we need to not allow price adjustment only with the approval
View ArticleRE: SSRS with RDP
You have to select dirPartyTable before assign the value in temp table as I told you.Please select dirPartyTable.select partyTable;please check mu last post.
View ArticleRE: Expected Customer List
two major reasons for 'number of records'if security policies are being used which may be restricting number of recordsif record level security is being used, it may not restrict number of...
View ArticleRE: Expected Customer List
Dear Sohaibwe check the security nothing prevent the customer list from being shown,but let me ask the question in more detailed way,when we upgrade ax we face some problems in dirparty table we fix...
View ArticleRE: SSRS with RDP
DirPartyTable partyTable; partyTable = DirPartyTable::findRec(HcmWorker::findByPerson(m_tSalesQuotationTable.WorkerSalesTaker).Person); //as above you have to select party record of sales taker which...
View ArticleRE: Expected Customer List
I see,each customer should be accommodated with a partyin ax2012 entities are treated as parties such as vendor, customer, worker, legal entity, etc. all are treated as partyin short each customer...
View ArticleRE: SSRS with RDP
Thanks for your replies. It didn't execute anything, please check my code...
View ArticleRE: SSRS with RDP
it should be working fine now.for experimental purpose do following m_tPSAQuotationsTmp.Name1 = "My Test Name";Run the report:-if data appears on report that means incremental CIL is missing....
View ArticleRE: SSRS with RDP
fine that means the data is going from RDP to SSR report; it is working as it should bethe issue is in following line which is not getting recordpartyTable =...
View ArticleRE: SSRS with RDP
No may be there is something wrong in the code. Because I execute all the fields in my report except Sales man. Please Check my Form and Its related data source..
View Article