Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
BatchLoad components
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rishikesh Santosh Kumar
BatchLoad components
Commits
f8c14f6a
Commit
f8c14f6a
authored
Jan 02, 2024
by
Rishikesh Santosh Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add new file
parent
9970cdd8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
BatchLoadShowLogqueryCommand.sql
BatchLoadShowLogqueryCommand.sql
+4
-0
No files found.
BatchLoadShowLogqueryCommand.sql
0 → 100644
View file @
f8c14f6a
Insert
into
OBJ_LINKS
(
OBJ_NAME
,
FORM_NO
,
FIELD_NAME
,
TARGET_OBJ_NAME
,
LINK_FORM_NAME
,
LINK_TITLE
,
LINK_URI
,
LINK_TYPE
,
LINK_ARG
,
UPDATE_FLAG
,
LINK_NAME
,
RIGHTS_CHAR
,
IMAGE
,
SHOW_IN_PANEL
,
SHORTCUT_CHAR
,
AUTO_INVOKE
,
SWIPE_POSITION
,
TITLE
,
DESCR
,
SHOW_CONFIRM
,
DISPLAY_MODE
,
LINE_NO
,
LINK_ID
,
REC_SPECIFIC
)
values
(
'batchload'
,
'1'
,
'home_batchload'
,
'batchload_show_log'
,
'batchload11'
,
'Show Log'
,
'/ibase/webitm/jsp/ShowBatchLoadLog.jsp'
,
'3'
,
'batch_id.String,load_stat.String,chg_user.String,error_msg.String'
,
'1'
,
null
,
'K'
,
'collapseall.gif'
,
'3'
,
null
,
'Y'
,
null
,
null
,
null
,
null
,
'1'
,
11
,
null
,
null
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment