Skip to main content

Posts

Showing posts from 2018

Today Got Wou-G Certificate from Godrej Infotech Ltd. For good work.

Wow.. Today Got Wou-G Certificate from Godrej Infotech Ltd. For good work.

How to update funding Source for Project Contract in Ax 2012

If you want to  update funding Source for Project Contract in Ax 2012 by code then you can get idea from below code.  These all standard table. ProjFundingSource projFundingSource; ProjInvoiceTable projInvoiceTable; LogisticsLocation logisticsLocation,logisticsLocationNew; ; ttsBegin; while select projInvoiceTable order by ProjInvoiceProjId desc { if(projInvoiceTable.ProjInvoiceProjId != "S_002834") { if(projInvoiceTable.fundingSourceName() != "") { while select forUpdate projFundingSource where projFundingSource.ContractId == projInvoiceTable.ProjInvoiceProjId { projFundingSource.FundingSourceId = projInvoiceTable.fundingSourceName(); projFundingSource.InvoiceLocation = 0; projFundingSource.update(); } } } else break; } ttsCommit;

Learn Power BI in easy steps

You can Learn Power BI in easy steps . You just need to visit and view following online training videos from Technical channel. Power BI Report Design and development part first. Power BI Report Design and development part Second. , Publish Report in Power BI 

Microsoft Dynamics Ax 2012 ERP Clip collecton

You can visit following link to view one by one videos which is related to Microsoft Dynamics Ax  Technical and functional Tutorials. Axapta Development Online clips Ax Functional Material Collection SSRS Reports And SQL SQL and SSRS Reporting You can subscribe above channel to get daily updates on new topics and get expertise in ERP .

How to change SID for Domain user in Axapta

To change SID for Domain user in Axapta you can see below clip .If you like it do not forget to subscribe it . Thanks in advance.