Hi Experts,
I want to make a form which show specific vendor account data.Let say this form show for vendor Account "Vend1001" all info with this vendor we have other info about the vendors information how can i make it, help!.
best Regards,
Shabir Ahmad
For D365FO: you should review the standard "Vendor information" workspace for ideas in addition to the other suggestions. This workspace allows the user to select one vendor account and view data for that vendor account.
Thanks to both of you,
I done this requirement by writing display method on all data sources in the form let say for vendor account i wrote the below logic
display VendAccount getvendaccount()
{
VendTable vendtable;
select AccountNum from vendtable
where vendtable.InvoiceAccount=='0197-1';
return vendtable.AccountNum;
}
Then i dropped this display method to form design and in property datasource i add vend table and method property getvendaccount done.
Thanks for both of you.
Shabir Ahmad
Thanks for your reply André Arnaud de Calavon,
Basically i work on both on ax and d365 fin and opp, this requirement was given to me to show only one vedor on this simple form and all his related info. Where they will used it they didn't tell me, why they want this form i don't know.
Best Regards,
Shabir Ahmad
Hi Shabir,
Your screenshot seems to be from Dynamics AX. You posted the question in the wrong forum. I will ask the community administrators to move it to the correct Dynamics AX forum.
Can you tell when and where this form will be used and how the vendor account will be selected? Do you intend to open this form from the All vendors list page?
What exact issues do you have? Restricting the data source to one vendor or getting some controls on the form design?
One thing here, i already added all related datasources for this vendor info.
Regards,
Shabir Ahmad
Thanks for your reply, i want a simple form as shown above in the image with more than 20 fields of that vendor.This is the requirement my company want.
Best regards,
Shabir Ahmad
Hi Shabir,
Can you be more specific? Are you able to share a screenshot of the desired mock-up? Why would the standard vendor details form not be sufficient? Have you considered using this form, change the lay-out with help of personalization? You can then maintain and distribute it to other users using 'Saved views'.
This for reply Alireza Eshaghzadeh,
My requirement simple, i jus made a form with no control or grid and i want to show a specific vendor record, Let say vendo V001 name account all info etc. so what i will do, again only one vendor V001 that's it.
Best Regards,
Shabir Ahmad
Hi Sabir,
Do you mean with vendor master information? If yes, you can add desired columns of VendTable to All Vendors form
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,817
Most Valuable Professional
nmaenpaa
101,156