Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
Component Sharing
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
2
Merge Requests
2
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
Gagandeep Singh Bhatia
Component Sharing
Commits
195124d1
Commit
195124d1
authored
Feb 23, 2024
by
Sonawane Amol Madhjuar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upload New File
parent
a3d6f9a5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
+16
-0
Amol/API/Application API/ApplicationApi.sql
Amol/API/Application API/ApplicationApi.sql
+16
-0
No files found.
Amol/API/Application API/ApplicationApi.sql
0 → 100644
View file @
195124d1
----For properies
update
itm2menu
set
level_1
=
31
,
level_2
=
0
,
descr
=
'Properties Master'
where
level_1
=
29
and
win_name
=
'w_properties'
;
update
user_rights
set
menu_row
=
31
,
menu_col
=
0
,
menu_name
=
'Properties Master'
where
menu_name
=
'Properties_window'
and
obj_name
=
'properties'
;
---API screen
update
itm2menu
set
descr
=
'API'
where
level_1
=
24
and
level_2
=
0
;
Insert
into
EXPORT_TABLE
(
OBJ_NAME
,
FORM_NO
,
FIELD_NAME
,
MANDATORY
)
values
(
'app'
,
'2 '
,
'is_external'
,
null
);
Insert
into
EXPORT_TABLE
(
OBJ_NAME
,
FORM_NO
,
FIELD_NAME
,
MANDATORY
)
values
(
'app'
,
'2 '
,
'endpoint'
,
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