On the vendor form I would like the Gen. Bus. Posting group and vendor posting group to default to General since that is the only option available. How can I do this? I would also like the payment terms to default to 30 days.
For default values like that I would probably add fields to the Purchases and Payables Setup table for those fields. Then in the OnInsert of the Vendor table, I'd put some code to populate those fields from the setup table, but only if their values are blank. That way, you have a solution that is maintenance free, and your users will be able to modify the default values without getting any expensive developer time.
I thought the easy way would be the table default value, but it says I don't have permission. I have a developers license why would it not allow me to change the table setup?
I thought the easy way would be the table default value, but it says I don't have permission. I have a developers license why would it not allow me to change the table setup?
Comments
RIS Plus, LLC
Vendor table->
Design->
goto Vendor Posting Group->
view Properties->
Set InitValue to "GENERAL"
or read this..
http://www.mbsonline.org/forum/topic.asp?TOPIC_ID=15531
Adding these Default values to the setup table is probably the best way even tho the above answer works too.
http://www.BiloBeauty.com
http://www.autismspeaks.org
RIS Plus, LLC
I try to read every single post I can find on Navision. When I see a similar question it's easy to remember where I saw it. O:)
even tho I forgot about the Link Luc posted :?
http://www.BiloBeauty.com
http://www.autismspeaks.org
Unusual....... :shock:
http://www.BiloBeauty.com
http://www.autismspeaks.org
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
RIS Plus, LLC