1#Extend to Vendor
What is it?
It is a nice feature that you find under the customer. It is a quicker way to create a vendor from the existing customer.
Where do you find it?
This feature is found under the customer profile, Action list:
When can you use it?
For the Techy
Run the following script in SQL Server Studio Management:
Select * from BAccount where type='VC'
Type VC means VendorCustomer.
Note
The same feature exists under the vendor profile and is called Extend to Customer.
When can you use it?
When your customer is your supplier as well.
For the Techy
Run the following script in SQL Server Studio Management:
Select * from BAccount where type='VC'
Type VC means VendorCustomer.
Note
The same feature exists under the vendor profile and is called Extend to Customer.
No comments:
Post a Comment