WebDirect Issues:
- 1) On the Home Page the placeholder icons are "above" the thumbnail images. These global containers seem to ignore the hiding calculation so need to be "sent to the back" behind the thumbnail so they won't show. This issue only affects WebDirect.
2) Add a "Show All Records" script step to this script as shown. This issue only affects PDF Robot use.
Other Issues:
- 1) Opening events is the calendar. If the first time the calendar is referenced is using the Open Project Event in Calendar or Open Contact Event In Calendar. then the event is displayed correctly in the pop-over but the calendar view itself is not refreshed. To correct add the highlighted blocks to the two scripts as shown. This block can be copied as is from the script Go To Calendar [ Hide ].
2) Remove Commit Record script step from the script Inventory On Record Load.
3) Make sure correct Project ID (including no project id) when editing a Contact Event. Otherwise it's possible to update unrelated linked events. In the script Edit Contact Event [ EventID ] set the SelectProjectKeyGlob field with the SelectedEvents id_Project as shown here:
In the script OK Contact Event Edit, make sure the parameter in the highlighted line is referencing the "SelectedEvents::id_Project" and NOT "Projects::id".
You can paste the whole correct parameter from here:
# ( "sc_projectID" ; SelectedEvents::id_Project )
& # ( "sc_eventID" ; $sc_eventID )
& # ( "sc_startDate" ; $$sc_originalStart )
& # ( "sc_delta" ; $sc_delta )
That should take you up to version 4.35, but please let us know if you run into any trouble.
Cheers!