-
Topic
-
Hello. I have created custom views with the GW View Designer. I have a field named “Table Linens”. I would like to use a Formativ forms designed custom form to gather information. For example, the table linen requirements. I would then like to insert that information into my custom view from the view designer.
I have it working for standard fields. Is there a way to reference custom fields?
This is my code that works for standard fields:
Set objMessage = GroupWise.ComposingItem
objMessage.Subject = ActivityRoom.mSetup.Text
‘this is a custom form I created to gather the information needed for the main view.I tried:
objMessage.TableLinens = “testing”Nothing is being inserted in my custom fields.
Any help would be appreciated.
- You must be logged in to reply to this topic.