Announcements
No record found.
Hi,
I want to add Hyperlink to stringEdit x++ first,then I want to display a list of user and I add hyperlink to every user to open Customer card
*This post is locked for comments
Hi BASMA,
Trust you are fine!
Can you please explain what you actually want to achieve? Where you cant to add hyperlink? is in any report? I am unable to understand the screenshot you provide in your question.
Warm Regards,
Raheel
Hi Raheel,
I have 2 form' control I want to filter data when I choice values from the 2 lookup.
I want to display a value "matrixName" from another form according to the value from lookup.
I want to set "matrixName" as a link to open form corresponding to that value.
Hi BASMA!
Check the links:
https://community.dynamics.com/ax/f/33/t/268529
https://community.dynamics.com/ax/f/33/t/84633
Hi Rustem,
this is the second of the other thread,
I displayesd a list of user in listbox,I want to add link to the form that contains User,
I use jumpref in listBox:
public void jumpRef()
{
Args args;
MenuFunction menuFunction;
;
args = new Args();
menuFunction = new MenuFunction(menuitemDisplayStr(“SysUserInfoPage”), MenuItemType::Display);
args = new Args(menuFunction.object());
args.caller(element);
args.record(“RecordName”); // I don't have datasource to set it here.
menuFunction.run(args);
}
But you already have a userid right? So, declare the table variable and select the record by userId.
Where I declare userId??
args.record(“RecordName”); ???
So, i find another way. This is my ListBox control:
I've overrides the selectionChanged() method on control:
Hope this will help.
this is the form:
1.the list of user doesn't colored in blue.
2.When I clicked in one user I get this:
I get all the user not the selected user in form.
I've changed control properties to set color and underline.
The form must be opened with selected user if you get userInfo record. This is happening with all selected user?
I add your suggestion in ListBox slectionChange method,but I get all user
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
Thanks to all of our 2025 Community Spotlight stars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Sagar Suman 2 Super User 2026 Season 1
Alexey Lekanov 2
Pratik Bhosle 2