Toolbar Functions 1.3.0
Bookmark :
There are two new functions (Document Edit & Document Open) with this release. I also updated the screencast explaining all of the functions. Thanks Johan for the new functions.
Here are the current options:
There are two new functions (Document Edit & Document Open) with this release. I also updated the screencast explaining all of the functions. Thanks Johan for the new functions.
Here are the current options:
- Agent Run
- Agent Run Current
- Database Path
- Database Replica ID
- Database Server
- Database Server & Path
- Document Edit
- Document Open
- Edit Profile Document
- Formula Evaluate
- Get Environment Value
- Link Message
- Note ID
- Parent UNID
- Refresh Selected Documents
- Set Environment Value
- Undo Replication Conflict
- Unlock Document
- UNID
- Workflow Formula Test







Comments
Posted by Manu At 02:47:17 AM On 01/08/2007 | - Website - |
I add a option to count the number of elements in a given multi value field.
here the formula:
Option = "Number of Elements" ; @Do ( @Prompt([Ok]; "Number of Elements" ; @Text( @Elements( @GetField( @Prompt( [OkCancelEdit];"Field Name" ; "Enter field name"; "" ) ) ) ) + " Elements in field" ) ) ;
Posted by Lukas Martin At 11:29:33 AM On 01/15/2008 | - Website - |