
Originally Posted by
lomah
I have tried this method for populating a Call record (axces.sm) from an input event in our V6.1 system. The Expression in the Event Registration is:
$void1=rtecall("rinit", $rc1, $contacts, "contacts");$query="contact.name="+"\""+1 in $axces.fields+"\" and active~=false";$void2=rtecall("select", $rc2, $contacts, $query).
contact.name is Position 1 in the Maps. Subsequent Maps use a value of "field in $contacts" in the Nullsub field. For example, first.name in $contacts. When I create the Input Event, the Fill does not happen, although my Format Control Validation does, so it asks for a First Name value, for example. Does anyone have any idea where the problem lies, or can help me to debug the event?
Bookmarks