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
Copy file name to clipboardExpand all lines: docs/pages/general/rules.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ Typically, the basename of the file is also the object name. But, Source Orbit w
67
67
|`FetchUserData.cmd`|`FUD.CMD`| All capitals from file name |
68
68
|`ua_fetchUserData.sqlrpgle`|`UAFUD.MODULE`| Prefix, followed by first post-prefix character plus following capitals |
69
69
|`ART200D-Work_with_Article.DSPF`|`ART200D.FILE`| Support for ibmi-bob file name |
70
+
|`empdet.test.rpgle`|`TEMPDET.MODULE`| Prefix object with `T` for names including `.test` in the extension |
70
71
71
72
Even if you use long file names, your source code still needs to reference the object name for object resolves (not including *include directives* of course.)
0 commit comments