Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to set a value to a Variable when selecting a field

Hi,

I am using 2 calendar objects to set a date range to a specific field, but how can I cause the calendar object to present the correct date when i change the date by using another object ?

Thanks,

1 Solution

Accepted Solutions
swuehl
MVP
MVP

You could probably use a trigger with appropriate action to achieve this.

Go to document properties ->  triggers

Then choose the appropriate field event trigger(s) (OnSelect /  OnChange) and an add actions.

Look for External / Set Variable action.

Hope this helps,

Stefan

View solution in original post

2 Replies
swuehl
MVP
MVP

You could probably use a trigger with appropriate action to achieve this.

Go to document properties ->  triggers

Then choose the appropriate field event trigger(s) (OnSelect /  OnChange) and an add actions.

Look for External / Set Variable action.

Hope this helps,

Stefan

Not applicable
Author

Thanks, This what i was missing (the External / Set Variable action).