Hi All,
I am facing a new issue in my D365 Environment. I have process a vendor invoice through purchase order and change the default from qty. from Product receipt quantity to Ordered qty and process invoice for posting. Now when I create new vendor invoice from purchase order the Default from qty showing Product receipt quantity again, ideally it should show Ordered qty from my previous invoice selection. Can anyone have any idea how can I resolved this issue.
Your quick response will be highly appreciated.
Regards
Deepak Varma
Hi Rahul,
Can you please share the blog or document how can I enable or disable smart view ??
Deepak
Hi Zain,
No any customization there. Using only vendor invoice approval workflow only for invoice posting.
Hi Deepak,
Do you have any customisations involved on the invoice or any related page ? There can be the reason where that’s contradicting with the standard functionality.
Warm Regards,
Zain
if you have enabled smart views then could consider disabling it and trying again
better use smart views with PU31
It is happening with every user who is processing vendor invoice. I know it is very strange but it is happening. I am using Update30.
Hi Will WU,
I am Functional person so please suggest is there any functional way to solve this issue..??
Thanks for your quick response.
Is it happening for every user that you are doing with or only your user? Because I did a new one just now, & it worked exactly the way it should have. Which version are you using? is it on-prem or cloud?
The dialog is pointed to the form VendEditInvoiceDefaultQuantityForLinesDropDialog.
The default value is specified in the init method
You can create a post event handler on the init method of the form:
[PostHandlerFor(formStr(VendEditInvoiceDefaultQuantityForLinesDropDialog), formMethodStr(VendEditInvoiceDefaultQuantityForLinesDropDialog, init))] public static void VendEditInvoiceDefaultQuantityForLinesDropDialog_Post_init(XppPrePostArgs args) { FormRun element = Args.getThis(); FormComboBoxControl specQty = element.design(0).controlName("SpecQty"); specQty.selection(PurchUpdate::All); }
Hope this helps.
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.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
CA Neeraj Kumar 2,351
André Arnaud de Cal... 874 Super User 2025 Season 2
Sohaib Cheema 638 User Group Leader