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
8895a04b
Commit
8895a04b
authored
Dec 11, 2025
by
Ajit Deshmukh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
For DSA user hide the status,status_remarks,status_date,allocated_fields
parent
a451191b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
Ajit/DSA Applicant Metadata/10 DEC DSA/DSAApplicantNewLead.java
...SA Applicant Metadata/10 DEC DSA/DSAApplicantNewLead.java
+11
-11
No files found.
Ajit/DSA Applicant Metadata/10 DEC DSA/DSAApplicantNewLead.java
View file @
8895a04b
...
@@ -296,14 +296,14 @@ public class DSAApplicantNewLead extends ValidatorEJB
...
@@ -296,14 +296,14 @@ public class DSAApplicantNewLead extends ValidatorEJB
//Added on 12-Oct-25 by Amol S
//Added on 12-Oct-25 by Amol S
if
(
"DSA"
.
equalsIgnoreCase
(
profileID
.
trim
()))
if
(
"DSA"
.
equalsIgnoreCase
(
profileID
.
trim
()))
{
{
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
"Inside for DSA profile==> "
);
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
"Inside for DSA profile==>
::
"
);
valueXmlString
.
append
(
"<allocated_to visible='0'>"
).
append
(
"<![CDATA["
+
reportTo
+
"]]>"
).
append
(
"</allocated_to>"
);
valueXmlString
.
append
(
"<allocated_to
protect='1'
visible='0'>"
).
append
(
"<![CDATA["
+
reportTo
+
"]]>"
).
append
(
"</allocated_to>"
);
valueXmlString
.
append
(
"<tran_date visible='0'>"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</tran_date>"
);
valueXmlString
.
append
(
"<tran_date
protect='1'
visible='0'>"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</tran_date>"
);
//Made changes on 10-DEC by AJIT -- If user profile is DSA then set a status as Open
//Made changes on 10-DEC by AJIT -- If user profile is DSA then set a status as Open
valueXmlString
.
append
(
"<status visible='0'>"
).
append
(
"<![CDATA["
+
"O"
+
"]]>"
).
append
(
"</status>"
);
valueXmlString
.
append
(
"<status
protect='1'
visible='0'>"
).
append
(
"<![CDATA["
+
"O"
+
"]]>"
).
append
(
"</status>"
);
valueXmlString
.
append
(
"<status_date
protect='1
'>"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</status_date>"
);
valueXmlString
.
append
(
"<status_date
protect='1' visible='0
'>"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</status_date>"
);
valueXmlString
.
append
(
"<status_remarks visible='0'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status_remarks>"
);
valueXmlString
.
append
(
"<status_remarks
protect='1'
visible='0'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status_remarks>"
);
}
}
...
@@ -362,11 +362,11 @@ public class DSAApplicantNewLead extends ValidatorEJB
...
@@ -362,11 +362,11 @@ public class DSAApplicantNewLead extends ValidatorEJB
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
"Inside for DSA profile for edit case==> "
);
BaseLogger
.
log
(
"3"
,
getUserInfo
(),
null
,
"Inside for DSA profile for edit case==> "
);
valueXmlString
.
append
(
"<allocated_to
visible='0
'>"
).
append
(
"<![CDATA["
+
reportTo
+
"]]>"
).
append
(
"</allocated_to>"
);
valueXmlString
.
append
(
"<allocated_to
protect='1
'>"
).
append
(
"<![CDATA["
+
reportTo
+
"]]>"
).
append
(
"</allocated_to>"
);
valueXmlString
.
append
(
"<tran_date visible='0' >"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</tran_date>"
);
valueXmlString
.
append
(
"<tran_date
protect='1'
visible='0' >"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</tran_date>"
);
valueXmlString
.
append
(
"<status visible='0'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status>"
);
valueXmlString
.
append
(
"<status
protect='1'
visible='0'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status>"
);
valueXmlString
.
append
(
"<status_date protect='1'>"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</status_date>"
);
valueXmlString
.
append
(
"<status_date protect='1'
visible='0'
>"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</status_date>"
);
valueXmlString
.
append
(
"<status_remarks visible='0'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status_remarks>"
);
valueXmlString
.
append
(
"<status_remarks
protect='1'
visible='0'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status_remarks>"
);
}
}
...
...
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