FF Update (Add Event)
FF Update (Add Event)
command=addEvent
person=first | all
case=first | all | newest | oldest | ^varname using FF SelCaus
role=person role on case (blank for all roles)
assignTo=variable name using FF People (not required)
type=event type
court=court (can be blank)
useDate=variable name (this is the event date/time)
estLen=template variable with estimated length of event (can be blank)
location=location of event (can be blank)
notes=if specified, variable with notes you want added to the event
addUser=if specified, user id you want added to the event. Can specify ‘current’ for the current user.
addUser.n=if specified, additional user ids you want added to the event
tieToDocument=Y | N (can be blank) tie the new event to the current document.
COPY/PASTE:
command=addEvent
person=
case=
role=
assignTo=
type=
court=
useDate=
estLen=
location=
notes=
addUser=
addUser.n=
tieToDocument=
This will allow you to add an event from a document. In this example, we are using FF CODE/03 to select the event type from a drop-down menu of events from the EVENTTYPE table:
The Court, having received the Deputy Prosecutor’s motion, now sets a @v/event/ for @v/evdate/. @v/ad-event/
Variables | ||||
Name | Type | Action | Length | Prompt |
AD-EVENT | @V | FF UPDATE/00 | 1 | command=addEvent person= case= role= assignTo= type=^event court= useDate= estLen= location= notes= addUser= addUser.n= tieToDocument= |
EVENT | @V | FF CODE/03 | 1 | Select the type of hearing to be set: |
EVDATE | @V | FF DATE/10 | 1 | Enter the date and time of the hearing: |
