Searching the Help
To search for information in the Help, type a word or phrase in the Search box. When you enter a group of words, OR is inferred. You can use Boolean operators to refine your search.
Results returned are case insensitive. However, results ranking takes case into account and assigns higher scores to case matches. Therefore, a search for "cats" followed by a search for "Cats" would return the same number of Help topics, but the order in which the topics are listed would be different.
Search for | Example | Results |
---|---|---|
A single word | cat
|
Topics that contain the word "cat". You will also find its grammatical variations, such as "cats". |
A phrase. You can specify that the search results contain a specific phrase. |
"cat food" (quotation marks) |
Topics that contain the literal phrase "cat food" and all its grammatical variations. Without the quotation marks, the query is equivalent to specifying an OR operator, which finds topics with one of the individual words instead of the phrase. |
Search for | Operator | Example |
---|---|---|
Two or more words in the same topic |
|
|
Either word in a topic |
|
|
Topics that do not contain a specific word or phrase |
|
|
Topics that contain one string and do not contain another | ^ (caret) |
cat ^ mouse
|
A combination of search types | ( ) parentheses |
|
- Link maintenance
- Data relationships and the link file
- Types of links
- Find functionality
- Fill functionality
- Fill functionality with multi-select
- Turn off multi-select functionality
- Virtual joining functionality
- Us.link
- Variables used in links
- Calling the us.link
- Skipping query writing
- Accessing $File/dates
- Find from and fill to a $ variable
- Find from and fill to an array structure
- The $fill.display and $fill.display.add functionality
- Access the link record
Calling us.link
Use the following parameters to call the us.link application:
Note Fill and fill.recurse use different parameter names for the same fields.
Parameter Name |
Description |
Default |
---|---|---|
record |
Source Record (required) |
None |
name |
Field name to find from/link to |
Current field |
string1 |
Format Name |
Current format |
second.record |
Link Record (optional) |
None |
prompt |
Action (“find” or “fill”) |
“find” |
boolean1 |
Background flag |
False |
all.null |
Exit when closing the current thread |
None |
index |
Cursor line |
None |
cond.input |
Skip Exact Find Note This parameter is used only for reference fields (that is, fields that have a referenced table defined in the data policy). By default, the Find function of a reference field performs an exact match search instead of using the query defined in the link record. If you want to use the query defined in the link record for a reference field, pass this parameter as true when calling the us.link application. |
False |
Note The only required parameter for us.link is the source record.
Related concepts
Link maintenance
Types of links
Find functionality
Fill functionality
Virtual joining functionality
Us.link
Variables used in links
Find from and Fill to a $ variable
Find from and Fill to an array structure