Link to home
Start Free TrialLog in
Avatar of WIttenstein
WIttenstein

asked on

How do I update one database field in CRM 4.0 which is NOT on the form using java script

Hello Experts,
the CRM order you can either maintain a Contact or Account into the Customer field. Depending on the type the order is linked either to the contact or account.
The database 'dbo.SalesOrderBase' has two fields for the link:
- AccountID
- ContactID
I would like to use java script to update the 'AccountID' if a Contact is entered into the order Customer field.
Does anybody have an example code on how to update a database field which is not on the form?
Thanks
Holger
ASKER CERTIFIED SOLUTION
Avatar of Chinmay Patel
Chinmay Patel
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial