These variables are used to create links from other extensions, pages or actions of Meta Feedit Extension ...
GP Var | Description |
|---|---|
rU | Uid of record to edit |
cmd | Edit mode : (create or edit) |
preview | Preview mode : if 1 all fields are read only |
These commands allow to limit records to uid fields of record of a foreign table called « Origin Table » | |
oU | Uid of record containing uids of records to edit. |
oUTable | Origin Table |
oUField | Field containing uids of records to edit |
oUKeyField | Not tested yet |
These commands allow to limit records to value fields of connected FeUser. | |
fUField | FeUser Field containing data to be joined |
fUKeyField | Data field to make join on |
Example : fUField=username fUKeyName=name will generate wherestring : and table.name = 'johndoe' | |
These commands allow to limit records to values of variables sent. | |
<table>[lV] | value |
<table>[lField] | Generates wherestring :and table.field=value |
<table>-rU | ['list.']['rUJoinField'] ??? |
FE |