Hallo,
writing a custom control for Act! for Web. Setting/checking a field value when a new contact is created,
In Act! for Windows there is an event currentcontactchanged and the attribute IsNew.
But within Act! for Web the following functons return nohing for new contacts:
Act.Framework.Contacts.Contact currentContact = this.ACTSessionManager.Framework.Contacts.GetContactsByID(null, new Guid[] { new Guid(this.ACTSessionManager.CurrentContactID) }).FirstOrDefault() as Act.Framework.Contacts.Contact
Any idea how to get the object of the new contact record within Act! for Web?
Or a sample how to get the event/hooking into oncontactchange?
Thanks in advance
Susanne