You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| database | Text | Name of the database calling the method (to distinguish host methods and component methods) | "database":"contactInfo" |
35
-
| formula | Texto (se houver) | Contents of the current line of code at the current level of the call chain (raw text). Corresponds to the contents of the line referenced by the `line` property in the source file indicated by method. If the source code is not available, `formula`property is omitted (Undefined).| "var $stack:=Call chain" |
35
+
| formula | Texto (se houver) | Contents of the current line of code at the current level of the call chain (raw text). Corresponds to the contents of the line referenced by the `line` property in the source file indicated by method. Se o código-fonte não estiver disponível, a propriedade `formula`é omitida (Undefined). | "var $stack:=Call chain" |
36
36
| linha | Integer | Line number of call to the method | "line":6 |
37
37
| name | Text | Name of the called method | "name":"On Load" |
38
38
| type | Text | Type of the method: <li>"projectMethod"</li><li>"formObjectMethod"</li><li>"formmethod"</li><li>"databaseMethod"</li><li>"triggerMethod"</li><li>"executeOnServer" (when calling a project method with the *Execute on Server attribute*)</li><li> "executeFormula" (when executing a formula via [PROCESS 4D TAGS](../commands-legacy/process-4d-tags.md) or the evaluation of a formula in a 4D Write Pro document)</li><li>"classFunction"</li><li>"formMethod"</li> | "type":"formMethod" |
0 commit comments