Hi All,
Could you please let me know how I will display company url in packing slip report in header. I searched in legal entity, there is no field for company url.
Kindly let me know how to display company url through code in ssrs report.
Please give me more shed on this
Thanks!
Hi,
Do you want use display methods in a Report? Please see the below docs.
docs.microsoft.com/.../how-to-use-display-methods-in-a-report
The return value is "LOCATOR" field on table LogisticsElectronicAddress.
select LOCATOR,* from LOGISTICSELECTRONICADDRESS join DirPartyTable on DirPartyTable.PrimaryContactURL = LOGISTICSELECTRONICADDRESS.RECID
The below code is return the company url from companyinfo
Hi partner,
If it is fixed, you can follow the link.
The operations in D365 and AX are the same.
You can show something descriptive by right-clicking the value and pick Placeholder Properties.
Hope this helps.
Company info Table has URL method are you looking for that ? If yes , just find the company info table and call that method. You can assign value return through the method to your field in temp table.
Its might be dynamic or fixed , I don't know.
The requirement is for AX 2012 R3
Hi @rp@n,
Is your url dynamic or fixed?
Please have a look at this old thread.
community.dynamics.com/.../how-do-i-add-a-hyperlink-to-d365fo-ssrs-report
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156