Positive Pay file in D365FO using XSLT File

Hi All,
This post regarding PositivePay file preparation using XSLT in D365FO.
The PositivePay Process generates a file that is based on the logic within the transfer file(XSLT)
We can prepare a  Positive pay file in two ways.
1.Using XSLT File
2.Using BankPositivePayExport Class

Once you prepare XSLT file, upload into PositivePay File Formats Form in D365Fo for a particular bank.

Without writing any piece of code we achieve below requirement with the help of XSLT.

There is already sample file available from Microsoft blog but how we can customize as per requirement will see now.

Assume that below is the requirement.
   
Header Format:


Details Format:

                                                                            
Based on the above requirement we need to Prepare the XSLT file.
    
 XSLT File:


 The above XSLT file gives below output:


Limitation: Once you click on PositivePay file option on respective BankAccount.It will give the text file but you need to save manually.

Have a great day!

Thanks.








Comments

Popular posts from this blog

x++ code to add hyperlink to a field in D365FO

x++ code to get Vendor Email Address based on Purpose in Dynamics 365 for Operations

x++ code to get Customer Address based on purpose in ax 2012