Merged PR 2279: passed in case customer email in search and update rep logic to stop non owne...
passed in case customer email in search and update rep logic to stop non owners rasing reps on other owners cases Related work items: #22095
This commit is contained in:
@@ -253,9 +253,14 @@ let MakeRepresentation = (props) => {
|
||||
|
||||
var detailsObj = {};
|
||||
|
||||
// const isAppellant =
|
||||
// props.props.accountDetails.accountDetails.pinswg_typeofinvolvement ===
|
||||
// 846040001;
|
||||
|
||||
const isAppellant =
|
||||
props.props.accountDetails.accountDetails.pinswg_typeofinvolvement ===
|
||||
846040001;
|
||||
props.props.accountDetails.accountDetails.emailaddress1 ==
|
||||
props.searchResultsObj?.searchResultsObj?.value[0].customerid_contact
|
||||
.emailaddress1;
|
||||
|
||||
const capacityOptionsArr = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user