Topic Options
Rate This Topic
#59657 - 01/28/02 07:53 AM Activelink act like filter when submiting a field using API
Anonymous
Unregistered


Would be possible to enable the activelink to act like a filter when I submit/Modify an entry using Remedy C-API. Or is there any library that can translate the activelink like SQL-Script or triger so that I can generate the SQL translation and then apply it to my entry. I developed from scratch something similar to ARWEB but I face a problem that I can not apply the activlink however and obviously I can apply filter.

Top
#59658 - 02/05/02 06:35 AM Re: Activelink act like filter when submiting a field using API [Re: Anonymous]
aamusa Offline
Stealth Member

Registered: 02/01/02
Posts: 28
a) Create a macro to do submit to the schema
b) run aruser -e ... -p .. -p ..
c) this will submit a record and ensure the active link will work

Top