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
a451191b
Commit
a451191b
authored
Dec 10, 2025
by
Ajit Deshmukh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace DSAApplicantNewLead.java
parent
f226e612
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
Ajit/DSA Applicant Metadata/10 DEC DSA/DSAApplicantNewLead.java
...SA Applicant Metadata/10 DEC DSA/DSAApplicantNewLead.java
+5
-5
No files found.
Ajit/DSA Applicant Metadata/10 DEC DSA/DSAApplicantNewLead.java
View file @
a451191b
...
...
@@ -301,9 +301,9 @@ public class DSAApplicantNewLead extends ValidatorEJB
valueXmlString
.
append
(
"<allocated_to visible='0'>"
).
append
(
"<![CDATA["
+
reportTo
+
"]]>"
).
append
(
"</allocated_to>"
);
valueXmlString
.
append
(
"<tran_date 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
valueXmlString
.
append
(
"<status
protect='1
'>"
).
append
(
"<![CDATA["
+
"O"
+
"]]>"
).
append
(
"</status>"
);
valueXmlString
.
append
(
"<status
visible='0
'>"
).
append
(
"<![CDATA["
+
"O"
+
"]]>"
).
append
(
"</status>"
);
valueXmlString
.
append
(
"<status_date protect='1'>"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</status_date>"
);
valueXmlString
.
append
(
"<status_remarks
protect='1
'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status_remarks>"
);
valueXmlString
.
append
(
"<status_remarks
visible='0
'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status_remarks>"
);
}
...
...
@@ -364,9 +364,9 @@ public class DSAApplicantNewLead extends ValidatorEJB
valueXmlString
.
append
(
"<allocated_to visible='0'>"
).
append
(
"<![CDATA["
+
reportTo
+
"]]>"
).
append
(
"</allocated_to>"
);
valueXmlString
.
append
(
"<tran_date visible='0' >"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</tran_date>"
);
valueXmlString
.
append
(
"<status
protect='1
'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status>"
);
valueXmlString
.
append
(
"<status
visible='0
'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status>"
);
valueXmlString
.
append
(
"<status_date protect='1'>"
).
append
(
"<![CDATA["
+
sdf1
.
format
(
currentDate
)
+
"]]>"
).
append
(
"</status_date>"
);
valueXmlString
.
append
(
"<status_remarks
protect='1
'>"
).
append
(
"<![CDATA["
+
""
+
"]]>"
).
append
(
"</status_remarks>"
);
valueXmlString
.
append
(
"<status_remarks
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