Alfasith AX

Alfasith AX
اللَّهُمَّ انْفَعْنِي بِمَا عَلَّمْتَنِي، وَعَلِّمْنِي مَا يَنْفَعُنِي، وَزِدْنِي عِلْمًا

Wednesday, June 11, 2014

Expression to get the page no as 1 of 2 in SSRS

Hi,

=Cstr(Globals!PageNumber) & Space(2) & Labels!@SYS26401 & space(2) & Cstr(Globals!TotalPages)

Regards,

How to change the language in POS in Retail Dynamic AX

Hi,

1. Change the en-us to
On the Store: (StoreName)/Retail/Common/Retail channels/Retail stores under the Regional settings -> Language
"ar"
On the Staff: (StoreName)/Retail/Common/Workers under Profile -> Language
"ar"

Then run the job : N-1060

Regards,

SQL code to upate one Legal entity banner to all the legal entity in D365

 Hi, update companyimage set  companyimage.Image  = companyimageA.Image  from  ( select Image from companyimage where dataAreaid = 'USF...