09-15-2010 01:32 PM - edited 09-15-2010 01:43 PM
Can we have a 'Custom' added to the ACT enums in the framework?
Act.Framework.RecordType
Act.Framework.FrameworkEntityType
For creating classes that scope contacts. companies, groups, opportunities and 'Custom Tables" it would be very very handy. If you are drilling that far could you also add Activity, Group and Note to the RecordType enum?
Or do you already have a enum that encompasses this? I did not see any in my travels.
Here is an example of how we may use it:
New
Act.Framework.Database.FieldDescriptor("FeatureRequestID", "FeatureRequestID", Act.Framework.RecordType.Custom, Act.Framework.Database.FieldDataType.Character)
We create our own FieldDesriptor for the primay key "ID field " because ACT does not return it in the fieldDesriptor collections.
Thanks
-- Jim Durkin
12-20-2010 08:37 AM