{"info":{"_postman_id":"9a063b84-33f5-4806-bee4-dbc7460f5bc3","name":"Profit.co API Documentation","description":"<html><head></head><body><p>Many of the features that make Profit.co OKRs so successful are available through the API. This API lets you read and write data programmatically so that you can integrate data from various sources leveraging the power of Profit.co.</p>\n<p>Please, refer to the answer post to get your Profit.co account's API key and access key\n<a href=\"https://www.profit.co/answers/general/settings-preferences/where-can-i-find-my-api-key-and-access-key/\">https://www.profit.co/answers/general/settings-preferences/where-can-i-find-my-api-key-and-access-key/</a></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"12918716","collectionId":"9a063b84-33f5-4806-bee4-dbc7460f5bc3","publishedId":"TVKJzFmG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"1A2E53","highlight":"2196F3"},"publishDate":"2022-09-27T05:50:08.000Z"},"item":[{"name":"Get All OKRs API","id":"dc31a238-7e57-441d-a134-b7ef8edd06d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getAll&startIndex=0&numRecords=<NUM_RECORDS>&ownerTypeId=<OWNER_TYPE_ID>&ownerId=<OWNER_ID>&startDate=MM/dd/yyyy&endDate=MM/dd/yyyy&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get all the OKRs (Individual, department, team and corporate OKRs) of your Profit.co account.</p>\n<p>OWNER_TYPE_ID - 8 or 49 or 91 or 1.\nIt is an integer field and the value can be 8 for Individual Level (Employee) OKRs, 49 for department level OKRs, 91 for team level OKRs and 1 for Corporate (Company) level OKRs.</p>\n<p>OWNER_ID -  employee id (You can get this from get all employees API), department id (You can get this from get all departments API), team id (You can get this from get all teams API) or firm id.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAll"},{"key":"startIndex","value":"0"},{"description":{"content":"<p>Required: Integer, number of results to be returned. Max permissible value: 50</p>\n","type":"text/plain"},"key":"numRecords","value":"<NUM_RECORDS>"},{"description":{"content":"<p>Required: It is an integer field and the value can be 8 for Individual Level (Employee) OKRs, 49 for department level OKRs, 91 for team level OKRs and 1 for Corporate (Company) level OKRs.</p>\n","type":"text/plain"},"key":"ownerTypeId","value":"<OWNER_TYPE_ID>"},{"description":{"content":"<p>Required: It can be employee id, department id, team id or firm id (You have to pass this value based on the owner type id and you can refer the Get departments, teams and employees APIs)</p>\n","type":"text/plain"},"key":"ownerId","value":"<OWNER_ID>"},{"description":{"content":"<p>Required: Quarter or target start date</p>\n","type":"text/plain"},"key":"startDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Quarter or target end date</p>\n","type":"text/plain"},"key":"endDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"dc31a238-7e57-441d-a134-b7ef8edd06d1"},{"name":"Get All Employees API","id":"38021d0c-829f-4e75-8b12-6676beb89e1a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/employees?a=getAll&numRecords=<NUMBER_OF_RESULTS>&sortDir=asc&startIndex=0&sortColumn=employeeNumber&selectedLetter=ALL&selectedTab=by-directory&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get all the employees of your Profit.co account.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","employees"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAll"},{"description":{"content":"<p>Integer, number of results to be returned. Max permissible value: 5000</p>\n","type":"text/plain"},"key":"numRecords","value":"<NUMBER_OF_RESULTS>"},{"key":"sortDir","value":"asc"},{"key":"startIndex","value":"0"},{"key":"sortColumn","value":"employeeNumber"},{"key":"selectedLetter","value":"ALL"},{"key":"selectedTab","value":"by-directory"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"38021d0c-829f-4e75-8b12-6676beb89e1a"},{"name":"Get All Departments API","id":"5bdfa371-e42e-44bf-9bdf-aa5f9f3414a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/departments?a=getAll&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get all the departments of your Profit.co account.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","departments"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAll"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"5bdfa371-e42e-44bf-9bdf-aa5f9f3414a9"},{"name":"Get All Teams API","id":"0db4ab75-3fc1-4b7e-b5bb-f3b81c406ef4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/teams?a=getAllTeams&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get all the teams data from your Profit.co account.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","teams"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAllTeams"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[{"id":"701868e1-caeb-4a84-8cd7-83b07054bf83","name":"Get All Teams API","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.profit.co/app/dao/v6/teams?a=getAllTeams&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","protocol":"https","host":["api","profit","co"],"path":["app","dao","v6","teams"],"query":[{"key":"a","value":"getAllTeams"},{"key":"apiKey","value":"<API_KEY>","description":"Required: API key of your Profit.co Account"},{"key":"accessKey","value":"<ACCESS_KEY>","description":"Required: Access key of your Profit.co Account"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 20 May 2021 16:26:56 GMT"},{"key":"Server","value":""},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"data\":[{\"id\":\"2011823\",\"teamId\":2011823,\"objectStatus\":\"0\",\"teamName\":\"Break Room\",\"emailId\":\"\",\"numOfEmployees\":2,\"isEnabled\":\"N\",\"employeeIds\":[2096266,2096269],\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"phoneNumbers\":[],\"emailAddresses\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"createdByName\":\"Alex Cross\",\"creationDate\":\"2020-11-05 08:47:34\",\"lastUpdateDate\":\"2020-11-05 08:47:34\",\"lastUpdatedByName\":\"Alex Cross\",\"version\":1},{\"id\":\"2012733\",\"teamId\":2012733,\"objectStatus\":\"0\",\"teamName\":\"Client Relations\",\"emailId\":\"\",\"numOfEmployees\":2,\"employeeIds\":[2080076,2080077],\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"phoneNumbers\":[],\"emailAddresses\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"createdByName\":\"Alex Cross\",\"creationDate\":\"2021-05-03 00:44:01\",\"lastUpdateDate\":\"2021-05-03 00:44:01\",\"lastUpdatedByName\":\"Alex Cross\",\"version\":0},{\"id\":\"2011845\",\"teamId\":2011845,\"objectStatus\":\"0\",\"teamName\":\"Server Team\",\"name\":\"Server Team\",\"emailId\":\"sathish@example.com\",\"numOfEmployees\":3,\"employeeIds\":[2096263,2096330,2080066],\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"addresses\":[],\"phoneNumbers\":[],\"emailAddresses\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"createdByName\":\"Alex Cross\",\"creationDate\":\"2020-11-06 01:46:36\",\"lastUpdateDate\":\"2021-02-09 23:53:50\",\"lastUpdatedByName\":\"Alex Cross\",\"version\":4},{\"id\":\"2011240\",\"teamId\":2011240,\"objectStatus\":\"0\",\"teamName\":\"War Room\",\"emailId\":\"\",\"numOfEmployees\":2,\"isEnabled\":\"N\",\"employeeIds\":[2080076,2080066],\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"createdByName\":\"sathish testing\",\"creationDate\":\"2020-05-16 04:17:20\",\"lastUpdateDate\":\"2020-05-16 04:17:20\",\"lastUpdatedByName\":\"sathish testing\",\"version\":2,\"toObjectIds\":[]}],\"countOfRecords\":4,\"status\":\"success\"}"}],"_postman_id":"0db4ab75-3fc1-4b7e-b5bb-f3b81c406ef4"},{"name":"Get Heatmap Data API","id":"cbaac7b4-d9f8-483f-b20a-e11022740727","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getHeatMapData&departmentIds=[departmentId]&startDate=MM/dd/yyyy&endDate=MM/dd/yyyy&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get the heatmap data of departmente by passing the departmentIds as param.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"key":"a","value":"getHeatMapData"},{"description":{"content":"<p>Department ids with comma separated. For Example, [1001, 1002, 1003]. You can get these ids from \"Get All Departments API\"</p>\n","type":"text/plain"},"key":"departmentIds","value":"[departmentId]"},{"description":{"content":"<p>Quarter or target start date</p>\n","type":"text/plain"},"key":"startDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Quarter or target end date</p>\n","type":"text/plain"},"key":"endDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"cbaac7b4-d9f8-483f-b20a-e11022740727"},{"name":"Get Individual OKRs API","id":"d0803881-cf7d-427c-b1a5-33d2e4a26553","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getIndividualOkrsByEmailId&emailId=<EMAIL_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get the current quarter OKRs of the individual users by the user email id.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getIndividualOkrsByEmailId"},{"description":{"content":"<p>Required: Email id of the Profit.co user</p>\n","type":"text/plain"},"key":"emailId","value":"<EMAIL_ID>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"d0803881-cf7d-427c-b1a5-33d2e4a26553"},{"name":"Get an OKR By Id API","id":"dfbe0646-5064-4d51-9538-13311877e0e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getById&objectiveId=<OBJECTIVE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get the objective and its key results by objective id.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getById"},{"description":{"content":"<p>Required: Unique Id of the OKR</p>\n","type":"text/plain"},"key":"objectiveId","value":"<OBJECTIVE_ID>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"dfbe0646-5064-4d51-9538-13311877e0e1"},{"name":"Get a KR by Id API","id":"d57c67fd-9bcc-4e99-96b7-3d44fa2f6a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/keyresult?a=getById&keyResultId=<KEY_RESULT_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get the key result and its objectives by key result id.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getById"},{"description":{"content":"<p>Required: Unique Id of the KR</p>\n","type":"text/plain"},"key":"keyResultId","value":"<KEY_RESULT_ID>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"d57c67fd-9bcc-4e99-96b7-3d44fa2f6a9a"},{"name":"Get All Recent History","id":"ac5d23d1-7349-4a65-ac74-a46ab920064f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/keyresult?a=getAllRecentHistory&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>&keyResultId=<KEY_RESULT_ID>","description":"<p>To get the <strong>recent check-in history</strong> of the key result by <strong>key result id</strong>.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllRecentHistory"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"},{"description":{"content":"<p>Required: Unique Id of the KR</p>\n","type":"text/plain"},"key":"keyResultId","value":"<KEY_RESULT_ID>"}],"variable":[]}},"response":[],"_postman_id":"ac5d23d1-7349-4a65-ac74-a46ab920064f"},{"name":"KR Check-in  API","id":"7fd84d2f-07ca-4f0d-b15a-0667eb6d179f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.profit.co/app/dao/v6/keyresult?a=addStatus&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>&keyResultId=<KEY_RESULT_ID>&objectiveId=<OBJECTIVE_ID>&value=<PROGRESS_VALUE>&statusName=<STATUS_NAME>&statusId=<STATUS_ID>&comment=<COMMENT>&actualUpdateDate=<PLANNED_CHECK_IN_DATE>","description":"<p>This API works for your <strong>Increase KPI</strong>, <strong>Decrease KPI</strong> and <strong>Percentage Tracked</strong> type of key results.</p>\n<h2 id=\"key-result-status-json\">Key Result Status JSON</h2>\n<p><em>[{\"id\":5,\"statusCode\":\"NOT_STARTED\",\"statusName\":\"Not Started\"},{\"id\":1,\"statusCode\":\"ON_TRACK\",\"statusName\":\"On Track\"},{\"id\":3,\"statusCode\":\"AT_RISK\",\"statusName\":\"At Risk\"},{\"id\":2,\"statusCode\":\"IN_TROUBLE\",\"statusName\":\"In Trouble\"},{\"id\":4,\"statusCode\":\"COMPLETED\",\"statusName\":\"Completed\"},{\"id\":6,\"statusCode\":\"ARCHIVED\",\"statusName\":\"Archived\"}]</em></p>\n<h2 id=\"planned-check-in-date\">Planned Check-in Date</h2>\n<p>The planned check-in date of your KR. The date format depends on your location or country. \nFor Example, US - [MM/dd/yyyy: 12/25/2020] India -[dd/MM/yyyy: 25/12/2020]</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"addStatus"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"},{"description":{"content":"<p>Required: Unique Id of the KR</p>\n","type":"text/plain"},"key":"keyResultId","value":"<KEY_RESULT_ID>"},{"description":{"content":"<p>Required: Unique Id of the OKR</p>\n","type":"text/plain"},"key":"objectiveId","value":"<OBJECTIVE_ID>"},{"description":{"content":"<p>Required: Progress value of your KR. This will be applicable for incerase KPI, decrease KPI and percentage tracked type of key results.</p>\n","type":"text/plain"},"key":"value","value":"<PROGRESS_VALUE>"},{"description":{"content":"<p>Required: Status of your KR</p>\n","type":"text/plain"},"key":"statusName","value":"<STATUS_NAME>"},{"description":{"content":"<p>Required: Status Id Reference:</p>\n","type":"text/plain"},"key":"statusId","value":"<STATUS_ID>"},{"description":{"content":"<p>Optional: your check-in comment.</p>\n","type":"text/plain"},"key":"comment","value":"<COMMENT>"},{"description":{"content":"<p>Required: The planned check-in date of your KR.</p>\n","type":"text/plain"},"key":"actualUpdateDate","value":"<PLANNED_CHECK_IN_DATE>"}],"variable":[]}},"response":[],"_postman_id":"7fd84d2f-07ca-4f0d-b15a-0667eb6d179f"},{"name":"Get Audit Logs","id":"a07dcfde-391b-40e3-9b2f-33061678504f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/datamanagement?a=getAll&objectId=191&numResults=<NUMBER_OF_RESULTS>&startDate=<START_DATE>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>Read the audit log which includes the transaction history like record create, update, delete.</p>\n<p>This method will return the audit logs from the \"startDate\" specified. Get the creationDate of the last record from \"data\" and call the API again by setting the startDate to creationDate to get the next set of records. API will return empty \"data\" indicating that no records exists after the specified startDate. Stop calling the API when results.countOfRecords &lt; numResults.</p>\n<ul>\n<li>actionType - Audit log type - Audit denotes that this is the entry created because of Transactional data change by the user</li>\n<li>datePosted - Audit log creation time</li>\n<li>eventCode - Event code denoting details of transaction performed by user</li>\n<li>eventName - Event name</li>\n<li>message - Event Message</li>\n<li>newsFeedId - Unique Id of this record</li>\n<li>objectId - Object type assocaited to this event</li>\n<li>objectId2 - Object type 2 associated to this event</li>\n<li>objectId3 - Object type 3 assocaited to this event</li>\n<li>objectName - Object name</li>\n<li>objectName2 - Object 2 name</li>\n<li>objectName3 - Object 3 name</li>\n<li>objectRefName - Actual object name</li>\n<li>objectRefName2 - Actual object 2 name</li>\n<li>objectRefName3 - Actual object 3 name</li>\n<li>postingObjectId - Object type which created this event</li>\n<li>postingObjectName - Name of the object type which created this event</li>\n<li>postingObjectRefId - Actual ID of the object that created this event</li>\n<li>postingObjectRefName - Name of the object that created this event</li>\n<li>updatedBy - Who updated this event</li>\n<li>createdBy - Created by user id</li>\n<li>creationDate - date of creation of this record</li>\n<li>lastUpdateDate - Last update of date of this record</li>\n<li>lastUpdatedBy - last updated by user id</li>\n</ul>\n<p>Here is the details of Profit.co audit logs.</p>\n<ul>\n<li>Audit log is generated and an employee (user of profit.co) performs any operations within profit.co application.</li>\n<li>Audit log is recorded in the databases as \"Posted by\" employee who performed particular action.</li>\n<li>Audit log is associated with multiple objects like Objective, Key results, employee, department, Event, Task.</li>\n<li>Each object will have: Object id, object name, object ref id, object ref name\nand here.</li>\n<li>Object id - Unique ID of the object identifying the type of the object (ex: 8 for employees, 560 for Objectives, 563 for Key results).</li>\n<li>Object name - name of the object. ex: Employee, Objective, Key Result.</li>\n<li>Object Ref Id - actual employee id, actual object id, actual key result id - that is unique id in the system.</li>\n<li>Object Ref name - actual Employee name, actual Objective name, actual key results name like: \"Improve Performance\".</li>\n</ul>\n","urlObject":{"protocol":"https","path":["app","dao","v6","datamanagement"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAll"},{"key":"objectId","value":"191"},{"description":{"content":"<p>Integer, number of results to be returned. Max permissible value: 5000</p>\n","type":"text/plain"},"key":"numResults","value":"<NUMBER_OF_RESULTS>"},{"description":{"content":"<p>Required: Date from which the audit logs to be returned. Must in the yyyy-MM-dd HH:mm:ss format in the PST timezone.</p>\n","type":"text/plain"},"key":"startDate","value":"<START_DATE>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"a07dcfde-391b-40e3-9b2f-33061678504f"},{"name":"News Feed API","id":"a9a17258-0a1e-46df-a19b-7455acedefe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/newsfeed?a=getWallMessages&b=1&objectRefId=&isFrom=&eventCode=&objectList=PROFIT_LIST&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>This API will give the recent changes of OKRs, Tasks, etc.</p>\n<p>This API will return the details in \"walls\" response. </p>\n<p>\"walls\" key having \"wallEntries\" list.</p>\n<p>\"wallEntries\" have the below details,</p>\n<ul>\n<li>actionType - Audit log type - Audit denotes that this is the entry created because of Transactional data change by the user</li>\n<li>eventCode - Event code denoting details of transaction performed by user</li>\n<li>eventName - Event name</li>\n<li>message - Event Message</li>\n<li>objectId - Object type assocaited to this event</li>\n<li>objectId2 - Object type 2 associated to this event</li>\n<li>objectId3 - Object type 3 assocaited to this event</li>\n<li>objectName - Object name</li>\n<li>objectName2 - Object 2 name</li>\n<li>objectName3 - Object 3 name</li>\n<li>objectRefName - Actual object name</li>\n<li>objectRefName2 - Actual object 2 name</li>\n<li>objectRefName3 - Actual object 3 name</li>\n<li>postingObjectId - Object type which created this event</li>\n<li>postingObjectName - Name of the object type which created this event</li>\n<li>postingObjectRefId - Actual ID of the object that created this event</li>\n<li>postingObjectRefName - Name of the object that created this event</li>\n<li>updatedBy - Who updated this event</li>\n<li>createdBy - Created by user id</li>\n<li>creationDate - date of creation of this record</li>\n<li>lastUpdateDate - Last update of date of this record</li>\n</ul>\n","urlObject":{"protocol":"https","path":["app","dao","newsfeed"],"host":["api","profit","co"],"query":[{"key":"a","value":"getWallMessages"},{"key":"b","value":"1"},{"key":"objectRefId","value":""},{"key":"isFrom","value":""},{"key":"eventCode","value":""},{"key":"objectList","value":"PROFIT_LIST"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"a9a17258-0a1e-46df-a19b-7455acedefe4"},{"name":"Get Employee Login History","id":"c0348b3f-a1bd-418b-a91a-52fd0e17af24","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/datamanagement?a=getAll&objectId=603&numResults=<NUMBER_OF_RESULTS>&startDate=<START_DATE>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>Read employee login/logout history along with date time and IP address from which employee is logged in.</p>\n<p>This method will return the employee login history from the \"startDate\" specified. Get the creationDate of the last record from \"data\" and call the API again by setting the startDate to creationDate to get the next set of records. The API will return empty \"data\" indicating that no records exists after the specified startDate. Stop calling the API when results.countOfRecords &lt; numResults.</p>\n<ol>\n<li>countOfRecords - Number of matching results.</li>\n<li>data - records returned in the API request.</li>\n</ol>\n<p>Data record fields details are the below</p>\n<ul>\n<li>currentStatus - Employee current status as per this login.</li>\n<li>ipAddress - IP address from which user is logged in.</li>\n<li>isImpersonateLogin - Is user directly logged into the account or through switch user.</li>\n<li>loginTime - Login time.</li>\n<li>objectRefName - User Name.</li>\n<li>statusDate - Status update time.</li>\n<li>userAgent - Browser user agent of the user from which they are logged in.</li>\n<li>createdBy - Created by user id.</li>\n<li>creationDate - date of creation of this record.</li>\n<li>lastUpdateDate - Last update of date of this record.</li>\n<li>lastUpdatedBy - last updated by user id.</li>\n</ul>\n","urlObject":{"protocol":"https","path":["app","dao","v6","datamanagement"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAll"},{"key":"objectId","value":"603"},{"description":{"content":"<p>Integer, number of results to be returned. Max permissible value: 5000</p>\n","type":"text/plain"},"key":"numResults","value":"<NUMBER_OF_RESULTS>"},{"description":{"content":"<p>Required: Date from which the audit logs to be returned. Must in the yyyy-MM-dd HH:mm:ss format in the PST timezone.</p>\n","type":"text/plain"},"key":"startDate","value":"<START_DATE>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"c0348b3f-a1bd-418b-a91a-52fd0e17af24"},{"name":"Get All Master Reviews","id":"f9956b3f-5816-4ffb-8f37-7add2a370dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/reviews?a=getAllReviewsInitiated&type=[\"Active\",\"Past\"]&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get all the master reviews initiated by the HR admin.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAllReviewsInitiated"},{"key":"type","value":"[\"Active\",\"Past\"]"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[{"id":"12641da0-1736-4610-8b1f-f9253370782b","name":"Get All Master Reviews","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.profit.co/app/dao/v6/reviews?a=getAllReviewsInitiated&type=[\"Active\",\"Past\"]&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","protocol":"https","host":["api","profit","co"],"path":["app","dao","v6","reviews"],"query":[{"key":"a","value":"getAllReviewsInitiated"},{"key":"type","value":"[\"Active\",\"Past\"]"},{"key":"apiKey","value":"<API_KEY>"},{"key":"accessKey","value":"<ACCESS_KEY>"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","header":[{"key":"Set-Cookie","value":"JSESSIONID=CE173EA728FE8D16AE8352EA627DF419.api-0; Path=/app; Secure; HttpOnly"},{"key":"vary","value":"accept-encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Thu, 20 May 2021 15:59:00 GMT"},{"key":"Server","value":""},{"key":"Via","value":"1.1 google"},{"key":"Alt-Svc","value":"clear"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\"statusMap\":{\"42541\":{\"2\":2,\"4\":1},\"47898\":{\"1\":167},\"47633\":{\"5\":167},\"49853\":{\"5\":1},\"46267\":{\"1\":6},\"45399\":{\"3\":1},\"32283\":{\"1\":149,\"2\":11,\"4\":3},\"41854\":{\"1\":160,\"3\":3,\"4\":2},\"42506\":{\"5\":1},\"55388\":{\"1\":5},\"48082\":{\"7\":2},\"33675\":{\"1\":31,\"3\":1,\"4\":130},\"55880\":{\"1\":166},\"32582\":{\"1\":9,\"4\":10},\"55428\":{\"3\":1},\"47297\":{\"5\":167},\"54458\":{\"5\":166},\"54634\":{\"1\":165,\"6\":1},\"55404\":{\"1\":4,\"3\":1},\"53706\":{\"5\":4},\"53748\":{\"1\":165,\"3\":2},\"54814\":{\"5\":166},\"45965\":{\"1\":165,\"4\":1},\"47129\":{\"5\":167},\"49844\":{\"5\":2},\"47465\":{\"1\":167},\"41788\":{\"1\":3,\"3\":1,\"4\":2,\"6\":1},\"44979\":{\"1\":164,\"3\":2},\"46758\":{\"1\":164,\"3\":1,\"8\":1},\"49849\":{\"1\":2,\"3\":1},\"54981\":{\"5\":166},\"55156\":{\"1\":165,\"9\":1},\"32897\":{\"1\":1,\"3\":3,\"4\":159},\"52580\":{\"5\":167},\"55330\":{\"5\":6},\"56640\":{\"1\":166},\"53695\":{\"5\":10},\"53954\":{\"1\":7,\"2\":1},\"48078\":{\"5\":3},\"53717\":{\"5\":6},\"52306\":{\"5\":3},\"48074\":{\"5\":3}},\"data\":[{\"reviewId\":56640,\"name\":\"Employee performance review May Part 1\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"Given what I know of this person’s performance, I would award this person the highest possible compensation increase and bonus\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Good\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Very Good\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"How good is his over all performance?\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Good\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Very Good\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"How well do you recommend for a bonus?\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620138325296\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Good\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Very Good\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"How good is his team cooperative skills?\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{},\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"sw\\\":true},{\\\"attributeId\\\":\\\"MR_718_891\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"Matrix Radio\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620796415835\\\",\\\"tagId\\\":\\\"matrixRadio_1620796415835\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620796408020\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620796408030\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620796408040\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620796408050\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\"},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"gwt\":0.7,\"cwt\":0.3,\"igl\":\"Y\",\"scbe\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-12 07:08:50\",\"lastUpdateDate\":\"2021-05-12 07:08:50\",\"version\":0},{\"reviewId\":55880,\"name\":\"Employee performance review May\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"Given what I know of this person’s performance, I would award this person the highest possible compensation increase and bonus\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 2\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620138325296\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 3\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{},\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"sw\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"gwt\":0.7,\"cwt\":0.3,\"igl\":\"Y\",\"scbe\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-10 08:01:30\",\"lastUpdateDate\":\"2021-05-10 08:01:30\",\"version\":0},{\"reviewId\":55428,\"name\":\"Q2 Performance review\",\"description\":\"\\u003cp id\\u003d\\\"tinyEle\\\" class\\u003d\\\"placeholder\\\" data-after-content\\u003d\\\"Review Description\\\"\\u003e\\u0026nbsp;\\u003c/p\\u003e\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"What are your strengths?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 2\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620138325296\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 3\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{},\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"sw\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":1,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"gwt\":0.7,\"cwt\":0.3,\"igl\":\"Y\",\"scbe\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-05 08:25:52\",\"lastUpdateDate\":\"2021-05-05 08:25:52\",\"version\":0},{\"reviewId\":55404,\"name\":\"Design review - May\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"What are your strengths?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 2\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{},\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"sw\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096229,\"objectName\":\"Employee\",\"objectRefName\":\"Alice John\",\"name\":\"Alice John\",\"emailId\":\"alice.john@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096315,\"objectName\":\"Employee\",\"objectRefName\":\"Allison Pratt\",\"name\":\"Allison Pratt\",\"emailId\":\"aji.dwi@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pf\":\"Y\",\"jb\":\"2021-05-31 00:00:00\",\"moar\":\"N\",\"tuc\":5,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"gwt\":0.5,\"cwt\":0.5,\"igl\":\"N\",\"scbe\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-04 05:17:03\",\"lastUpdateDate\":\"2021-05-04 05:17:03\",\"version\":0},{\"reviewId\":55388,\"name\":\"Performance Review - April\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"What are your strengths?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 2\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{},\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"sw\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2080066,\"objectName\":\"Employee\",\"objectRefName\":\"Alex Cross\",\"name\":\"Alex Cross\",\"emailId\":\"sathish@example.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096375,\"objectName\":\"Employee\",\"objectRefName\":\"Alice Beckan\",\"name\":\"Alice Beckan\",\"emailId\":\"beckan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pf\":\"Y\",\"jb\":\"2021-05-10 00:00:00\",\"moar\":\"N\",\"tuc\":5,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"gwt\":0.5,\"cwt\":0.5,\"igl\":\"N\",\"scbe\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-03 22:21:43\",\"lastUpdateDate\":\"2021-05-03 22:21:43\",\"version\":0},{\"reviewId\":55330,\"name\":\"Design Review - May\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"Matrix Radio\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 2\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{},\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"sw\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096375,\"objectName\":\"Employee\",\"objectRefName\":\"Alice Beckan\",\"name\":\"Alice Beckan\",\"emailId\":\"beckan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096229,\"objectName\":\"Employee\",\"objectRefName\":\"Alice John\",\"name\":\"Alice John\",\"emailId\":\"alice.john@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096315,\"objectName\":\"Employee\",\"objectRefName\":\"Allison Pratt\",\"name\":\"Allison Pratt\",\"emailId\":\"aji.dwi@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":6,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"gwt\":0.5,\"cwt\":0.5,\"igl\":\"Y\",\"scbe\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-03 06:44:06\",\"lastUpdateDate\":\"2021-05-03 06:44:06\",\"version\":1},{\"reviewId\":55156,\"name\":\"Matrix Radio - 3rd May, 2021\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"Matrix Radio\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 2\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{},\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"sw\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"gwt\":0.5,\"cwt\":0.5,\"igl\":\"Y\",\"scbe\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-03 03:08:21\",\"lastUpdateDate\":\"2021-05-03 03:08:21\",\"version\":0},{\"reviewId\":54981,\"name\":\"Matrix Radio\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"Matrix Radio\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 2\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{},\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"igl\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-03 00:55:50\",\"lastUpdateDate\":\"2021-05-03 00:55:50\",\"version\":1},{\"reviewId\":54814,\"name\":\"Matrix Radio\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"MR_718_890\\\",\\\"tag\\\":\\\"matrixRadio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Matrix Radio\\\",\\\"modifiedLabel\\\":\\\"Matrix Radio\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagName\\\":\\\"matrixRadio_1620028039527\\\",\\\"tagId\\\":\\\"matrixRadio_1620028039527\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 1\\\"},{\\\"tag\\\":\\\"matrixRadio\\\",\\\"tagId\\\":\\\"matrixRadio_1620028058421\\\",\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1620028030658\\\",\\\"optionValue\\\":\\\"Value 1\\\",\\\"isEnabled\\\":true,\\\"weight\\\":1},{\\\"optionId\\\":\\\"VALUE_1620028030668\\\",\\\"optionValue\\\":\\\"Value 2\\\",\\\"isEnabled\\\":true,\\\"weight\\\":2},{\\\"optionId\\\":\\\"VALUE_1620028030678\\\",\\\"optionValue\\\":\\\"Value 3\\\",\\\"isEnabled\\\":true,\\\"weight\\\":3},{\\\"optionId\\\":\\\"VALUE_1620028030688\\\",\\\"optionValue\\\":\\\"Value 4\\\",\\\"isEnabled\\\":true,\\\"weight\\\":4}],\\\"optionObject\\\":\\\"Question 2\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"matrixRadio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"sp\\\":4,\\\"sa\\\":true,\\\"fillPageWidth\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isre\\\":\\\"Y\\\",\\\"visible\\\":{}},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"igl\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-03 00:53:10\",\"lastUpdateDate\":\"2021-05-03 00:53:10\",\"version\":1},{\"reviewId\":54634,\"name\":\"Performance Review - Demo, 3rd May, 2021\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"igl\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-03 00:28:33\",\"lastUpdateDate\":\"2021-05-03 00:28:33\",\"version\":0},{\"reviewId\":54458,\"name\":\"Performance Review - Demo, 3rd May, 2021\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-05-03 00:16:36\",\"lastUpdateDate\":\"2021-05-03 00:16:36\",\"version\":1},{\"reviewId\":53954,\"name\":\"Design Review - April\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"ie\":\"Y\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096354,\"objectName\":\"Employee\",\"objectRefName\":\"Addison Putra\",\"name\":\"Addison Putra\",\"emailId\":\"aldy.putra@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2080066,\"objectName\":\"Employee\",\"objectRefName\":\"Alex Cross\",\"name\":\"Alex Cross\",\"emailId\":\"sathish@example.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096315,\"objectName\":\"Employee\",\"objectRefName\":\"Allison Pratt\",\"name\":\"Allison Pratt\",\"emailId\":\"aji.dwi@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096229,\"objectName\":\"Employee\",\"objectRefName\":\"Alice John\",\"name\":\"Alice John\",\"emailId\":\"alice.john@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2081921,\"objectName\":\"Employee\",\"objectRefName\":\"Allyson Tompkins\",\"name\":\"Allyson Tompkins\",\"emailId\":\"becca@profit.co\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pf\":\"Y\",\"jb\":\"2021-04-30 00:00:00\",\"moar\":\"N\",\"tuc\":8,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-04-28 01:26:51\",\"lastUpdateDate\":\"2021-04-28 01:26:51\",\"version\":0},{\"reviewId\":53748,\"name\":\"Test workflow\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":21,\"calendarType\":\"Accounting\",\"periodName\":\"SEP-2021\",\"periodCode\":\"SEP-2021\",\"periodNumber\":9,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q3\",\"quarterStartDate\":\"2021-07-01 00:00:00\",\"quarterEndDate\":\"2021-09-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-09-01 00:00:00\",\"endDate\":\"2021-09-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-07-01 00:00:00\",\"reviewEndDate\":\"2021-09-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":167,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-04-26 04:06:51\",\"lastUpdateDate\":\"2021-04-26 04:06:51\",\"version\":0},{\"reviewId\":53717,\"name\":\"Design Review - April\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":21,\"calendarType\":\"Accounting\",\"periodName\":\"SEP-2021\",\"periodCode\":\"SEP-2021\",\"periodNumber\":9,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q3\",\"quarterStartDate\":\"2021-07-01 00:00:00\",\"quarterEndDate\":\"2021-09-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-09-01 00:00:00\",\"endDate\":\"2021-09-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-07-01 00:00:00\",\"reviewEndDate\":\"2021-09-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096375,\"objectName\":\"Employee\",\"objectRefName\":\"Alice Beckan\",\"name\":\"Alice Beckan\",\"emailId\":\"beckan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096229,\"objectName\":\"Employee\",\"objectRefName\":\"Alice John\",\"name\":\"Alice John\",\"emailId\":\"alice.john@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2081921,\"objectName\":\"Employee\",\"objectRefName\":\"Allyson Tompkins\",\"name\":\"Allyson Tompkins\",\"emailId\":\"becca@profit.co\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pf\":\"Y\",\"jb\":\"2021-04-30 00:00:00\",\"moar\":\"N\",\"tuc\":6,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-04-25 22:25:28\",\"lastUpdateDate\":\"2021-04-25 22:25:28\",\"version\":1},{\"reviewId\":53706,\"name\":\"Design Review - April\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":21,\"calendarType\":\"Accounting\",\"periodName\":\"SEP-2021\",\"periodCode\":\"SEP-2021\",\"periodNumber\":9,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q3\",\"quarterStartDate\":\"2021-07-01 00:00:00\",\"quarterEndDate\":\"2021-09-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-09-01 00:00:00\",\"endDate\":\"2021-09-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-07-01 00:00:00\",\"reviewEndDate\":\"2021-09-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2080066,\"objectName\":\"Employee\",\"objectRefName\":\"Alex Cross\",\"name\":\"Alex Cross\",\"emailId\":\"sathish@example.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pf\":\"Y\",\"moar\":\"N\",\"tuc\":4,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":1,\"npae\":3,\"lpaee\":\"N\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-04-24 08:06:59\",\"lastUpdateDate\":\"2021-04-24 08:06:59\",\"version\":1},{\"reviewId\":53695,\"name\":\"Design Review - April\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":21,\"calendarType\":\"Accounting\",\"periodName\":\"SEP-2021\",\"periodCode\":\"SEP-2021\",\"periodNumber\":9,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q3\",\"quarterStartDate\":\"2021-07-01 00:00:00\",\"quarterEndDate\":\"2021-09-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-09-01 00:00:00\",\"endDate\":\"2021-09-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-07-01 00:00:00\",\"reviewEndDate\":\"2021-09-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096354,\"objectName\":\"Employee\",\"objectRefName\":\"Addison Putra\",\"name\":\"Addison Putra\",\"emailId\":\"aldy.putra@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096300,\"objectName\":\"Employee\",\"objectRefName\":\"Adriana Hasin\",\"name\":\"Adriana Hasin\",\"emailId\":\"adriana.hasin@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2080066,\"objectName\":\"Employee\",\"objectRefName\":\"Alex Cross\",\"name\":\"Alex Cross\",\"emailId\":\"sathish@example.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096375,\"objectName\":\"Employee\",\"objectRefName\":\"Alice Beckan\",\"name\":\"Alice Beckan\",\"emailId\":\"beckan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096229,\"objectName\":\"Employee\",\"objectRefName\":\"Alice John\",\"name\":\"Alice John\",\"emailId\":\"alice.john@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096315,\"objectName\":\"Employee\",\"objectRefName\":\"Allison Pratt\",\"name\":\"Allison Pratt\",\"emailId\":\"aji.dwi@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2081921,\"objectName\":\"Employee\",\"objectRefName\":\"Allyson Tompkins\",\"name\":\"Allyson Tompkins\",\"emailId\":\"becca@profit.co\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pf\":\"Y\",\"jb\":\"2021-04-30 00:00:00\",\"moar\":\"N\",\"tuc\":10,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":0,\"npae\":5,\"lpaee\":\"Y\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"aap\":[{\"lookupCode\":\"HR\",\"isEnabled\":\"Y\"}],\"mpl\":0,\"npae\":5,\"lpaee\":\"Y\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-04-24 07:58:20\",\"lastUpdateDate\":\"2021-04-24 07:58:20\",\"version\":1},{\"reviewId\":52580,\"name\":\"New releases reviews\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_4\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"How Good is your employee contribution towards Scrum meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378286461\\\",\\\"tagId\\\":\\\"radio_1613378286461\\\",\\\"options\\\":[\\\"Excellent\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280678\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280688\\\",\\\"options\\\":[\\\"Good\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280688\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280698\\\",\\\"options\\\":[\\\"Not enough\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280698\\\",\\\"optionObject\\\":\\\"Value3\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true},\\\"isConditional\\\":true,\\\"is360AssessmentEnabled\\\":true,\\\"isMandatory\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"isVisibleConditional\\\":true,\\\"isShareVerbatim\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_6\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"],\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"TA_3\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Salary Adjustment?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1612803264085\\\",\\\"tagId\\\":\\\"textarea_1612803264085\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isMandatory\\\":true}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":167,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-04-12 03:51:00\",\"lastUpdateDate\":\"2021-04-12 03:51:00\",\"version\":1},{\"reviewId\":52306,\"name\":\"Design review.\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":18,\"calendarType\":\"Accounting\",\"periodName\":\"JUN-2021\",\"periodCode\":\"JUN-2021\",\"periodNumber\":6,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q2\",\"quarterStartDate\":\"2021-04-01 00:00:00\",\"quarterEndDate\":\"2021-06-30 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-06-01 00:00:00\",\"endDate\":\"2021-06-30 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-04-01 00:00:00\",\"reviewEndDate\":\"2021-06-30 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":3,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-04-07 23:25:05\",\"lastUpdateDate\":\"2021-04-07 23:25:05\",\"version\":1},{\"reviewId\":49853,\"name\":\"Employee Work Review\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"jb\":\"2021-03-16 00:00:00\",\"moar\":\"Y\",\"tuc\":1,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-16 06:31:19\",\"lastUpdateDate\":\"2021-03-16 06:31:19\",\"version\":1},{\"reviewId\":49849,\"name\":\"Performance Review March\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"jb\":\"2021-03-31 00:00:00\",\"moar\":\"Y\",\"tuc\":3,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-16 05:59:44\",\"lastUpdateDate\":\"2021-03-16 05:59:44\",\"version\":0},{\"reviewId\":49844,\"name\":\"Employee Work Review\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096229,\"objectName\":\"Employee\",\"objectRefName\":\"Alice John\",\"name\":\"Alice John\",\"emailId\":\"alice.john@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"jb\":\"2021-03-23 00:00:00\",\"moar\":\"Y\",\"tuc\":2,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"prp\":[{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager\\u0027s Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0},{\"ne\":\"Self Assessment \",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"SELF_ASSESSMENT\",\"version\":0},{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"version\":0}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-15 22:54:43\",\"lastUpdateDate\":\"2021-03-15 22:54:43\",\"version\":1},{\"reviewId\":48082,\"name\":\"Employee Skill Review.\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_4\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"How Good is your employee contribution towards Scrum meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378286461\\\",\\\"tagId\\\":\\\"radio_1613378286461\\\",\\\"options\\\":[\\\"Excellent\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280678\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280688\\\",\\\"options\\\":[\\\"Good\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280688\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280698\\\",\\\"options\\\":[\\\"Not enough\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280698\\\",\\\"optionObject\\\":\\\"Value3\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true},\\\"isConditional\\\":true,\\\"is360AssessmentEnabled\\\":true,\\\"isMandatory\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"isVisibleConditional\\\":true,\\\"isShareVerbatim\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_6\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"],\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"TA_3\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Salary Adjustment?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1612803264085\\\",\\\"tagId\\\":\\\"textarea_1612803264085\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":2,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-11 00:18:21\",\"lastUpdateDate\":\"2021-03-11 00:18:21\",\"version\":0},{\"reviewId\":48078,\"name\":\"Employee Skill Review\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_4\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"How Good is your employee contribution towards Scrum meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378286461\\\",\\\"tagId\\\":\\\"radio_1613378286461\\\",\\\"options\\\":[\\\"Excellent\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280678\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280688\\\",\\\"options\\\":[\\\"Good\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280688\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280698\\\",\\\"options\\\":[\\\"Not enough\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280698\\\",\\\"optionObject\\\":\\\"Value3\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true},\\\"isConditional\\\":true,\\\"is360AssessmentEnabled\\\":true,\\\"isMandatory\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"isVisibleConditional\\\":true,\\\"isShareVerbatim\\\":true}],\\\"id\\\":\\\"SEC_6\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]},{\\\"attributeId\\\":\\\"TA_3\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Salary Adjustment?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1612803264085\\\",\\\"tagId\\\":\\\"textarea_1612803264085\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":3,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-11 00:08:31\",\"lastUpdateDate\":\"2021-03-11 00:08:31\",\"version\":1},{\"reviewId\":48074,\"name\":\"Employee skill Review\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_4\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"How Good is your employee contribution towards Scrum meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378286461\\\",\\\"tagId\\\":\\\"radio_1613378286461\\\",\\\"options\\\":[\\\"Excellent\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280678\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280688\\\",\\\"options\\\":[\\\"Good\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280688\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280698\\\",\\\"options\\\":[\\\"Not enough\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280698\\\",\\\"optionObject\\\":\\\"Value3\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true},\\\"isConditional\\\":true,\\\"is360AssessmentEnabled\\\":true,\\\"isMandatory\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"isVisibleConditional\\\":true,\\\"isShareVerbatim\\\":true}],\\\"id\\\":\\\"SEC_6\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]},{\\\"attributeId\\\":\\\"TA_3\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Salary Adjustment?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1612803264085\\\",\\\"tagId\\\":\\\"textarea_1612803264085\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096229,\"objectName\":\"Employee\",\"objectRefName\":\"Alice John\",\"name\":\"Alice John\",\"emailId\":\"alice.john@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":3,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-10 22:42:52\",\"lastUpdateDate\":\"2021-03-10 22:42:52\",\"version\":1},{\"reviewId\":47898,\"name\":\"Performance Review January\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_4\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"How Good is your employee contribution towards Scrum meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378286461\\\",\\\"tagId\\\":\\\"radio_1613378286461\\\",\\\"options\\\":[\\\"Excellent\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280678\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280688\\\",\\\"options\\\":[\\\"Good\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280688\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280698\\\",\\\"options\\\":[\\\"Not enough\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280698\\\",\\\"optionObject\\\":\\\"Value3\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true},\\\"isConditional\\\":true,\\\"is360AssessmentEnabled\\\":true,\\\"isMandatory\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"isVisibleConditional\\\":true,\\\"isShareVerbatim\\\":true}],\\\"id\\\":\\\"SEC_6\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]},{\\\"attributeId\\\":\\\"TA_3\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Salary Adjustment?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1612803264085\\\",\\\"tagId\\\":\\\"textarea_1612803264085\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":167,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-10 21:20:44\",\"lastUpdateDate\":\"2021-03-10 21:20:44\",\"version\":0},{\"reviewId\":47633,\"name\":\"employee skill review\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_4\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"How Good is your employee contribution towards Scrum meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378286461\\\",\\\"tagId\\\":\\\"radio_1613378286461\\\",\\\"options\\\":[\\\"Excellent\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280678\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280688\\\",\\\"options\\\":[\\\"Good\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280688\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280698\\\",\\\"options\\\":[\\\"Not enough\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280698\\\",\\\"optionObject\\\":\\\"Value3\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true},\\\"isConditional\\\":true,\\\"is360AssessmentEnabled\\\":true,\\\"isMandatory\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"isVisibleConditional\\\":true,\\\"isShareVerbatim\\\":true}],\\\"id\\\":\\\"SEC_6\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]},{\\\"attributeId\\\":\\\"TA_3\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Salary Adjustment?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1612803264085\\\",\\\"tagId\\\":\\\"textarea_1612803264085\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"jb\":\"2021-03-31 00:00:00\",\"moar\":\"Y\",\"tuc\":167,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-10 02:44:24\",\"lastUpdateDate\":\"2021-03-10 02:44:24\",\"version\":1},{\"reviewId\":47465,\"name\":\"Performance review feb\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_4\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"How Good is your employee contribution towards Scrum meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378286461\\\",\\\"tagId\\\":\\\"radio_1613378286461\\\",\\\"options\\\":[\\\"Excellent\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280678\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280688\\\",\\\"options\\\":[\\\"Good\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280688\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280698\\\",\\\"options\\\":[\\\"Not enough\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280698\\\",\\\"optionObject\\\":\\\"Value3\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true},\\\"isConditional\\\":true,\\\"is360AssessmentEnabled\\\":true,\\\"isMandatory\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"isVisibleConditional\\\":true,\\\"isShareVerbatim\\\":true}],\\\"id\\\":\\\"SEC_6\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]},{\\\"attributeId\\\":\\\"TA_3\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Salary Adjustment?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1612803264085\\\",\\\"tagId\\\":\\\"textarea_1612803264085\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":167,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-10 02:44:15\",\"lastUpdateDate\":\"2021-03-10 02:44:15\",\"version\":0},{\"reviewId\":47297,\"name\":\"Employee Skill Review\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_4\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"How Good is your employee contribution towards Scrum meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378286461\\\",\\\"tagId\\\":\\\"radio_1613378286461\\\",\\\"options\\\":[\\\"Excellent\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280678\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280688\\\",\\\"options\\\":[\\\"Good\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280688\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613378280678\\\",\\\"tagId\\\":\\\"radio_1613378280698\\\",\\\"options\\\":[\\\"Not enough\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613378280698\\\",\\\"optionObject\\\":\\\"Value3\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true},\\\"isConditional\\\":true,\\\"is360AssessmentEnabled\\\":true,\\\"isMandatory\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"isVisibleConditional\\\":true,\\\"isShareVerbatim\\\":true}],\\\"id\\\":\\\"SEC_6\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]},{\\\"attributeId\\\":\\\"TA_3\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Salary Adjustment?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1612803264085\\\",\\\"tagId\\\":\\\"textarea_1612803264085\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"jb\":\"2021-03-16 00:00:00\",\"moar\":\"Y\",\"tuc\":167,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-10 02:26:09\",\"lastUpdateDate\":\"2021-03-10 02:26:09\",\"version\":1},{\"reviewId\":47129,\"name\":\"Employee skills Review.\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"jb\":\"2021-03-31 00:00:00\",\"moar\":\"Y\",\"tuc\":167,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"AC_3\\\",\\\"tag\\\":\\\"af_chart\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Affinity Chart\\\",\\\"modifiedLabel\\\":\\\"Affinity Chart\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"af_chart\\\",\\\"tagName\\\":\\\"af_chart_1615314114489\\\",\\\"tagId\\\":\\\"af_chart_1615314114489\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"af_chart\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"},{\\\"attributeId\\\":\\\"MF_4\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Feedback from Manager\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615314121200\\\",\\\"tagId\\\":\\\"manager_feedback_1615314121200\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"4\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-10 02:21:01\",\"lastUpdateDate\":\"2021-03-10 02:21:01\",\"version\":1},{\"reviewId\":46758,\"name\":\"Performance review March\",\"description\":\"\\u003cp id\\u003d\\\"tinyEle\\\" class\\u003d\\\"placeholder\\\" data-after-content\\u003d\\\"Review Description\\\"\\u003e\\u0026nbsp;\\u003c/p\\u003e\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"rswl\":\"{\\\"objectId\\\":\\\"718\\\",\\\"objectName\\\":\\\"Review Summary Builder\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Manager feed back\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"MF_1\\\",\\\"tag\\\":\\\"manager_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Manager\\\",\\\"modifiedLabel\\\":\\\"Are the assessment made is satisfactory or not?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"manager_feedback\\\",\\\"tagName\\\":\\\"manager_feedback_1615191807502\\\",\\\"tagId\\\":\\\"manager_feedback_1615191807502\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"manager_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"PF_2\\\",\\\"tag\\\":\\\"peer_feedback\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Feedback from Peers\\\",\\\"modifiedLabel\\\":\\\"Feedback from Peers\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"peer_feedback\\\",\\\"tagName\\\":\\\"peer_feedback_1615191812300\\\",\\\"tagId\\\":\\\"peer_feedback_1615191812300\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"peer_feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\"}],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"5\",\"rvsm\":\"MANDATORY\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-08 06:08:14\",\"lastUpdateDate\":\"2021-03-08 06:08:14\",\"version\":0},{\"reviewId\":46267,\"name\":\"Performance review Q2 2021\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096354,\"objectName\":\"Employee\",\"objectRefName\":\"Addison Putra\",\"name\":\"Addison Putra\",\"emailId\":\"aldy.putra@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2080066,\"objectName\":\"Employee\",\"objectRefName\":\"Alex Cross\",\"name\":\"Alex Cross\",\"emailId\":\"sathish@example.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096300,\"objectName\":\"Employee\",\"objectRefName\":\"Adriana Hasin\",\"name\":\"Adriana Hasin\",\"emailId\":\"adriana.hasin@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":6,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"Y\",\"npl\":\"5\",\"rvsm\":\"MANDATORY\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-05 22:38:51\",\"lastUpdateDate\":\"2021-03-05 22:38:51\",\"version\":0},{\"reviewId\":45965,\"name\":\"Review Initiated with Employee sign off\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"N\",\"sae\":\"Y\",\"arvws\":\"Y\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"nple\":\"N\",\"npl\":\"1\",\"rvsm\":\"MANDATORY\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-04 05:54:03\",\"lastUpdateDate\":\"2021-03-04 05:54:03\",\"version\":0},{\"reviewId\":45399,\"name\":\"Test review\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true,\\\"isVisibleConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"visible\\\":{},\\\"isVisible\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"visible\\\":{},\\\"isVisible\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}],\\\"isFrom\\\":\\\"review_summary_builder\\\"}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096354,\"objectName\":\"Employee\",\"objectRefName\":\"Addison Putra\",\"name\":\"Addison Putra\",\"emailId\":\"aldy.putra@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":1,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"N\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"Y\",\"rvws\":\"N\",\"nple\":\"N\",\"npl\":\"1\",\"rvsm\":\"OPTIONAL\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-03-01 07:42:29\",\"lastUpdateDate\":\"2021-03-01 07:42:29\",\"version\":0},{\"reviewId\":44979,\"name\":\"Secondary Review based Performance Review - Mar 2021\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"RD_889\\\",\\\"tag\\\":\\\"radio\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"isVisible\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Radio\\\",\\\"modifiedLabel\\\":\\\"Do you need promotion?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478753796\\\",\\\"tagId\\\":\\\"radio_1613478753796\\\",\\\"options\\\":[\\\"Yes\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749247\\\",\\\"optionObject\\\":\\\"Value1\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true},{\\\"tag\\\":\\\"radio\\\",\\\"tagName\\\":\\\"radio_1613478749247\\\",\\\"tagId\\\":\\\"radio_1613478749257\\\",\\\"options\\\":[\\\"No\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1613478749257\\\",\\\"optionObject\\\":\\\"Value2\\\",\\\"isEnabled\\\":true}],\\\"isEnabled\\\":true}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"radio\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"visible\\\":{\\\"isConditional\\\":true,\\\"conditionSets\\\":[{\\\"groups\\\":[{\\\"conditions\\\":[{\\\"attribute\\\":{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\",\\\"Is Empty\\\",\\\"Is Not Empty\\\",\\\"Contains\\\",\\\"Does Not Contains\\\"],\\\"condition\\\":\\\"\\u003d\\\",\\\"value\\\":\\\"yes \\\"},{\\\"attribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"toAttribute\\\":{\\\"label\\\":{\\\"modifiedLabel\\\":\\\"Insert Attribute\\\"}},\\\"operatorList\\\":[\\\"\\u003d\\\",\\\"\\u003c\\u003e\\\"],\\\"showCriteriaValue\\\":true}],\\\"name\\\":\\\"g1\\\"}],\\\"name\\\":\\\"s1\\\"}]},\\\"isManagerAssessmentEnabled\\\":true,\\\"isConditional\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}]}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"pf\":\"Y\",\"moar\":\"Y\",\"tuc\":166,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"arvws\":\"Y\",\"esoce\":\"Y\",\"hsoce\":\"N\",\"pap\":{\"ne\":\"Peer Assessment\",\"pps\":[\"Custom List\"],\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"rvs\":\"N\",\"rvws\":\"Y\",\"version\":0},\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-02-28 23:58:24\",\"lastUpdateDate\":\"2021-02-28 23:58:24\",\"version\":0},{\"reviewId\":42541,\"name\":\"Performance Review- February 2021\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"two\\\",\\\"attributes\\\":[],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}]}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2080076,\"objectName\":\"Employee\",\"objectRefName\":\"Mildred Roberts\",\"name\":\"Mildred Roberts\",\"emailId\":\"Mildred.Roberts@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2080077,\"objectName\":\"Employee\",\"objectRefName\":\"Ann Bell\",\"name\":\"Ann Bell\",\"emailId\":\"Ann.bell@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096276,\"objectName\":\"Employee\",\"objectRefName\":\"Rachel Desita\",\"name\":\"Rachel Desita\",\"emailId\":\"rizka.desita@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"moar\":\"Y\",\"tuc\":3,\"macbs\":\"N\",\"srae\":\"N\",\"sae\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-02-08 08:39:06\",\"lastUpdateDate\":\"2021-02-08 08:39:06\",\"version\":0},{\"reviewId\":42506,\"name\":\"Q1 Review for Ann\",\"description\":\"\\u003cp id\\u003d\\\"tinyEle\\\" class\\u003d\\\"placeholder\\\" data-after-content\\u003d\\\"Review Description\\\"\\u003e\\u0026nbsp;\\u003c/p\\u003e\",\"statusId\":3,\"statusName\":\"Closed\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"CLOSED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"IN_2\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Work Criteria \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1612446571851\\\",\\\"tagId\\\":\\\"input_1612446571851\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"two\\\",\\\"attributes\\\":[],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}]}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2080077,\"objectName\":\"Employee\",\"objectRefName\":\"Ann Bell\",\"name\":\"Ann Bell\",\"emailId\":\"Ann.bell@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"moar\":\"Y\",\"tuc\":1,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-02-05 11:49:13\",\"lastUpdateDate\":\"2021-02-05 11:49:13\",\"version\":1},{\"reviewId\":41854,\"name\":\"Performance Review - Q1, 2021\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"DD_888\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Rating\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1609224151565\\\",\\\"tagId\\\":\\\"select_1609224151565\\\",\\\"options\\\":[\\\"VALUE_1609224145710||Value1\\\",\\\"VALUE_1609224145720||Value2\\\",\\\"VALUE_1609224145730||Value3\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1609224145710\\\",\\\"optionObject\\\":\\\"Exceeds Expectation\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145720\\\",\\\"optionObject\\\":\\\"Average\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1609224145730\\\",\\\"optionObject\\\":\\\"Satisfactory\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"IN_887\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Do you need to give salary revision for this employee\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1609224050517\\\",\\\"tagId\\\":\\\"input_1609224050517\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":false,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}]}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"moar\":\"Y\",\"tuc\":165,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-02-01 03:15:12\",\"lastUpdateDate\":\"2021-02-01 03:15:12\",\"version\":0},{\"reviewId\":41788,\"name\":\"Affinity Based Review\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":\\\"741\\\",\\\"objectName\\\":\\\"Affinity Based Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[],\\\"id\\\":\\\"SEC_1\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"TA_1\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Work Life Balance\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1611210423863\\\",\\\"tagId\\\":\\\"textarea_1611210423863\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"chartType\\\":\\\"PIE\\\",\\\"isMandatory\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isManagerAssessmentEnabled\\\":false,\\\"is360AssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true,\\\"sav\\\":[\\\"EMPLOYEE\\\",\\\"HR\\\"]}],\\\"id\\\":\\\"SEC_3\\\",\\\"isCollapsed\\\":true},{\\\"label\\\":\\\"Section\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"two\\\",\\\"attributes\\\":[],\\\"id\\\":\\\"SEC_2\\\",\\\"isCollapsed\\\":true}]}\",\"ato\":[{\"objectId\":8,\"objectRefId\":2096354,\"objectName\":\"Employee\",\"objectRefName\":\"Addison Putra\",\"name\":\"Addison Putra\",\"emailId\":\"aldy.putra@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2080066,\"objectName\":\"Employee\",\"objectRefName\":\"Alex Cross\",\"name\":\"Alex Cross\",\"emailId\":\"sathish@example.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096229,\"objectName\":\"Employee\",\"objectRefName\":\"Alice John\",\"name\":\"Alice John\",\"emailId\":\"alice.john@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096375,\"objectName\":\"Employee\",\"objectRefName\":\"Alice Beckan\",\"name\":\"Alice Beckan\",\"emailId\":\"beckan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096374,\"objectName\":\"Employee\",\"objectRefName\":\"Alan John\",\"name\":\"Alan John\",\"emailId\":\"alan@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096343,\"objectName\":\"Employee\",\"objectRefName\":\"Agnes Fakhira\",\"name\":\"Agnes Fakhira\",\"emailId\":\"agnes.fakhira@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0},{\"objectId\":8,\"objectRefId\":2096337,\"objectName\":\"Employee\",\"objectRefName\":\"Adlina Aufarani\",\"name\":\"Adlina Aufarani\",\"emailId\":\"adlina.aufarani@berijam.com\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC EMPLOYEES\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"moar\":\"Y\",\"tuc\":7,\"macbs\":\"N\",\"srae\":\"Y\",\"sae\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2021-01-30 07:09:11\",\"lastUpdateDate\":\"2021-01-30 07:09:11\",\"version\":0},{\"reviewId\":33675,\"name\":\"Q1- 2021 Performance Review\",\"description\":\"\\u003cp id\\u003d\\\"tinyEle\\\"\\u003e\\u003cstrong\\u003eComplete each performance area described below and assign the appropriate performance rating and point\\u003c/strong\\u003e\\u003cbr\\u003e\\u003cstrong\\u003efactor. Rating descriptions are provided below. Provide supporting rationale and or examples for each area of\\u003c/strong\\u003e\\u003cbr\\u003e\\u003cstrong\\u003ethe review where applicable.\\u003c/strong\\u003e\\u003cbr\\u003e\\u003cstrong\\u003eProviding supporting rationale and or examples for each area of review is optional, except in the cases of\\u003c/strong\\u003e\\u003cbr\\u003e\\u003cstrong\\u003e\\u0027Exceed Expectations\\u0027, \\u0027Great\\u0027, \\u0027Good\\u0027, \\u0027Average\\u0027, and \\u0027unsatisfactory\\u0027.\\u003c/strong\\u003e\\u003c/p\\u003e\\n\\u003cp\\u003e\\u0026nbsp;\\u003c/p\\u003e\\n\\u003cp\\u003e\\u003cspan style\\u003d\\\"text-decoration: underline;\\\"\\u003e\\u003cstrong\\u003e\\u0027Exceed Expectations\\u0027\\u003c/strong\\u003e\\u003c/span\\u003e - The employee consistently and significantly exceeds jab expectations and standards and\\u003cbr\\u003edemonstrates a high degree of initiative, customer service, and quality of work.\\u003cbr\\u003e\\u003cspan style\\u003d\\\"text-decoration: underline;\\\"\\u003e\\u003cstrong\\u003e\\u0027Great\\u0027\\u003c/strong\\u003e \\u003c/span\\u003e- The employee meets and frequently exceeds job expectations and standards and\\u003cbr\\u003edemonstrates a high degree of initiative, customer service, and quality of work.\\u003cbr\\u003e\\u003cspan style\\u003d\\\"text-decoration: underline;\\\"\\u003e\\u003cstrong\\u003e\\u0027Good\\u0027\\u003c/strong\\u003e\\u003c/span\\u003e - The employee meets the expectations and standards of the employee\\u0027s job in a fully\\u003cbr\\u003eadequate way.\\u003cbr\\u003e\\u003cspan style\\u003d\\\"text-decoration: underline;\\\"\\u003e\\u003cstrong\\u003e\\u0027Average\\u0027\\u003c/strong\\u003e \\u003c/span\\u003e- The employee meets many of the expectations of the job in a satisfactory manner but\\u003cbr\\u003eoften fails to adequately meet some of the expectations or standards. Improvement is\\u003cbr\\u003erequired.\\u003cbr\\u003e\\u003cspan style\\u003d\\\"text-decoration: underline;\\\"\\u003e\\u003cstrong\\u003e\\u0027unsatisfactory\\u0027\\u003c/strong\\u003e\\u003c/span\\u003e - The employee fails to meet many job expectations and standards. Performance deficiencies\\u003cbr\\u003emust be corrected.\\u003c/p\\u003e\\n\\u003cp\\u003e\\u0026nbsp;\\u003c/p\\u003e\\n\\u003cp\\u003e\\u0026nbsp;\\u003c/p\\u003e\\n\\u003cp\\u003e\\u0026nbsp;\\u003c/p\\u003e\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":15,\"calendarType\":\"Accounting\",\"periodName\":\"MAR-2021\",\"periodCode\":\"MAR-2021\",\"periodNumber\":3,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q1\",\"quarterStartDate\":\"2021-01-01 00:00:00\",\"quarterEndDate\":\"2021-03-31 00:00:00\",\"calendarId\":2013425,\"year\":2021,\"fyName\":\"2021\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-03-01 00:00:00\",\"endDate\":\"2021-03-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2021-01-01 00:00:00\",\"reviewEndDate\":\"2021-03-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}]}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"moar\":\"Y\",\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2020-11-12 08:29:20\",\"lastUpdateDate\":\"2020-11-12 08:29:20\",\"version\":0},{\"reviewId\":32897,\"name\":\"Q4 Performance Review\",\"description\":\"\\u003cp id\\u003d\\\"tinyEle\\\"\\u003eDiscuss the form with your manager and then select and answer those questions that apply to you. Note that this form also includes some competencies and questions to consider for the next year.\\u003c/p\\u003e\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":12,\"calendarType\":\"Accounting\",\"periodName\":\"DEC-2020\",\"periodCode\":\"DEC-2020\",\"periodNumber\":12,\"fiscalYear\":\"FY 2020\",\"quarter\":\"Q4\",\"quarterStartDate\":\"2020-10-01 00:00:00\",\"quarterEndDate\":\"2020-12-31 00:00:00\",\"calendarId\":2013425,\"year\":2020,\"fyName\":\"2020\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2020-12-01 00:00:00\",\"endDate\":\"2020-12-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2020-10-01 00:00:00\",\"reviewEndDate\":\"2020-12-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}]}\",\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Is the employee able to handle increasing responsibility?\",\"isEnabled\":\"Y\"},{\"id\":3,\"meaning\":\"Does the employee demonstrate capacity for stronger leadership abilities?\",\"isEnabled\":\"Y\"},{\"id\":4,\"meaning\":\"Does the employee demonstrate versatility when faced with new challenges?\",\"isEnabled\":\"Y\"}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2020-11-03 09:24:57\",\"lastUpdateDate\":\"2020-11-03 09:24:57\",\"version\":0},{\"reviewId\":32582,\"name\":\"Employee Performance Review\",\"description\":\"\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":12,\"calendarType\":\"Accounting\",\"periodName\":\"DEC-2020\",\"periodCode\":\"DEC-2020\",\"periodNumber\":12,\"fiscalYear\":\"FY 2020\",\"quarter\":\"Q4\",\"quarterStartDate\":\"2020-10-01 00:00:00\",\"quarterEndDate\":\"2020-12-31 00:00:00\",\"calendarId\":2013425,\"year\":2020,\"fyName\":\"2020\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2020-12-01 00:00:00\",\"endDate\":\"2020-12-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2020-10-01 00:00:00\",\"reviewEndDate\":\"2020-12-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":6,\"name\":\"Outstanding\",\"isEnabled\":\"Y\",\"ratingScore\":7,\"colorCode\":\"#2196f3\"},{\"ratingId\":7,\"name\":\"Underperforms\",\"isEnabled\":\"Y\",\"ratingScore\":0,\"colorCode\":\"rgb(243,33,33)\"}],\"webLayout\":\"{\\\"objectId\\\":718,\\\"objectName\\\":\\\"Standard Performance Review\\\",\\\"sections\\\":[{\\\"label\\\":\\\"Conversation \\u0026 Feedback\\\",\\\"type\\\":\\\"Custom\\\",\\\"column\\\":\\\"one\\\",\\\"attributes\\\":[{\\\"attributeId\\\":\\\"textarea_1596078344056_753_749981596078344056_310\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have an up to date job description?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078344056_63_1173001596078344056_369\\\",\\\"tagId\\\":\\\"textarea_1596078344056_133_910201596078344056_14\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078433387_861_945151596078433387_245\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Do you have regular opportunities to discuss your work, and personal development plans?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078433387_604_1218161596078433387_987\\\",\\\"tagId\\\":\\\"textarea_1596078433387_118_781691596078433387_310\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078474180_946_1284681596078474180_246\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Have you carried out the improvements agreed with your manager which were made at the last appropriate meeting?\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078474180_14_802521596078474180_515\\\",\\\"tagId\\\":\\\"textarea_1596078474180_999_661101596078474180_83\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"textarea_1596077769853_615_975411596077769853_762\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Objective/competence: This section should be used to record discussion on the key areas of the job as set out in the Job Description, and include a summary of achievement against the objectives that have been previously agreed.\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596077769853_519_807681596077769853_782\\\",\\\"tagId\\\":\\\"textarea_1596077769853_111_839771596077769853_680\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"textarea_1596078161643_866_1098091596078161643_430\\\",\\\"tag\\\":\\\"textarea\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Textarea\\\",\\\"modifiedLabel\\\":\\\"Other areas of discussion: This section should record any other points raised at the appraisal meeting.\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"textarea\\\",\\\"tagName\\\":\\\"textarea_1596078161643_366_872601596078161643_321\\\",\\\"tagId\\\":\\\"textarea_1596078161643_677_895111596078161643_942\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"textarea\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153335642_315_1254901590153335642_750\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Job Knowledge\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153335642_74_838561590153335642_233\\\",\\\"tagId\\\":\\\"select_1590153335642_552_863031590153335642_518\\\",\\\"options\\\":[\\\"VALUE_1590153386924_849||Needs Attention|| || ||true\\\",\\\"VALUE_1590153418295_975||Meets expectations|| || ||true\\\",\\\"VALUE_1590153424898_687||Partially meets expectations|| || ||true\\\",\\\"VALUE_1590153436072_235||Does not meet expectations|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153386924_849\\\",\\\"optionObject\\\":\\\"Exceeds expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153418295_975\\\",\\\"optionObject\\\":\\\"Meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153424898_687\\\",\\\"optionObject\\\":\\\"Partially meets expectations\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153436072_235\\\",\\\"optionObject\\\":\\\"Does not meet expectations\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isSelfAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590147766146_842_1015681590147766146_886\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Noteworthy accomplishments during this review period:\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590147766146_826_704171590147766146_412\\\",\\\"tagId\\\":\\\"input_1590147766146_580_977831590147766146_80\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isSelfAssessmentEnabled\\\":false,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"input_1590153636499_192_1073801590153636499_170\\\",\\\"tag\\\":\\\"input\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Input\\\",\\\"modifiedLabel\\\":\\\"Areas requiring improvement in job performance (if there is a need attach the performance improvement plan for any areas rated needs improvement or unacceptable): \\\"},\\\"right\\\":[{\\\"tag\\\":\\\"input\\\",\\\"tagName\\\":\\\"input_1590153636499_694_791091590153636499_207\\\",\\\"tagId\\\":\\\"input_1590153636499_858_1080081590153636499_316\\\"}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"input\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"isManagerAssessmentEnabled\\\":true},{\\\"attributeId\\\":\\\"select_1590153689258_632_681771590153689258_131\\\",\\\"tag\\\":\\\"select\\\",\\\"attributeType\\\":\\\"Custom\\\",\\\"isEnabled\\\":true,\\\"label\\\":{\\\"originalLabel\\\":\\\"Dropdown\\\",\\\"modifiedLabel\\\":\\\"Salary Revision\\\"},\\\"right\\\":[{\\\"tag\\\":\\\"select\\\",\\\"tagName\\\":\\\"select_1590153689258_197_710501590153689258_563\\\",\\\"tagId\\\":\\\"select_1590153689258_642_953911590153689258_903\\\",\\\"options\\\":[\\\"VALUE_1590153707253_997||Yes|| || ||true\\\",\\\"VALUE_1590153711447_60||No|| || ||true\\\"],\\\"optionValueList\\\":[{\\\"optionId\\\":\\\"VALUE_1590153707253_997\\\",\\\"optionObject\\\":\\\"Yes\\\",\\\"isEnabled\\\":true},{\\\"optionId\\\":\\\"VALUE_1590153711447_60\\\",\\\"optionObject\\\":\\\"No\\\",\\\"isEnabled\\\":true}]}],\\\"attrCls\\\":\\\"\\\",\\\"attributeTag\\\":\\\"select\\\",\\\"type\\\":\\\"Custom\\\",\\\"showLabel\\\":true,\\\"optionValue\\\":\\\"\\\",\\\"isManagerAssessmentEnabled\\\":true,\\\"isOneOnOneAssessmentEnabled\\\":true}],\\\"id\\\":\\\"apptivo_section_1590147615887_702_753561590147615887_130\\\",\\\"isCollapsed\\\":true}]}\",\"ato\":[{\"objectId\":49,\"objectRefId\":2527100,\"objectRefName\":\"Marketing\",\"isEnabled\":\"Y\",\"objectChecked\":false,\"isLandscape\":false,\"wt\":0}],\"rs\":\"SPECIFIC DEPARTMENTS\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Ability to handle increasing responsibility   \",\"isEnabled\":\"Y\"}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2020-10-28 10:21:26\",\"lastUpdateDate\":\"2020-10-28 10:21:26\",\"version\":0},{\"reviewId\":32283,\"name\":\"Company-Wide Performance Review\",\"description\":\"\\u003cp id\\u003d\\\"tinyEle\\\"\\u003e\\u003c/p\\u003e\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":12,\"calendarType\":\"Accounting\",\"periodName\":\"DEC-2020\",\"periodCode\":\"DEC-2020\",\"periodNumber\":12,\"fiscalYear\":\"FY 2020\",\"quarter\":\"Q4\",\"quarterStartDate\":\"2020-10-01 00:00:00\",\"quarterEndDate\":\"2020-12-31 00:00:00\",\"calendarId\":2013425,\"year\":2020,\"fyName\":\"2020\",\"periodStatus\":\"Never Opened\",\"startDate\":\"2020-12-01 00:00:00\",\"endDate\":\"2020-12-31 00:00:00\",\"firmId\":418703,\"customAttributes\":[],\"labels\":[],\"removeLabels\":[],\"addresses\":[],\"removeAddresses\":[],\"phoneNumbers\":[],\"removePhoneNumbers\":[],\"emailAddresses\":[],\"removeEmailAddresses\":[],\"metaAttributeMap\":{},\"metaObjectMap\":{},\"version\":0,\"toObjectIds\":[]}],\"reviewStartDate\":\"2020-10-01 00:00:00\",\"reviewEndDate\":\"2020-12-31 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2080066,\"ti\":100,\"tn\":\"Affinity\",\"tc\":\"AFFINITY\",\"iaae\":\"Y\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Exceed Expectations\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Great\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Good\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Average\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":6,\"name\":\"Outstanding\",\"isEnabled\":\"Y\",\"ratingScore\":7,\"colorCode\":\"#2196f3\"},{\"ratingId\":7,\"name\":\"Underperforms\",\"isEnabled\":\"Y\",\"ratingScore\":0,\"colorCode\":\"rgb(243,33,33)\"}],\"ato\":[],\"rs\":\"ALL\",\"pae\":\"Y\",\"prs\":[{\"ratingId\":1,\"name\":\"Low\",\"description\":\"Limited potential. Needs to improve in several areas to maintain the current position\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"},{\"ratingId\":2,\"name\":\"Moderate\",\"description\":\"Moderate Potential. Good in the current role. Can move up a level in 1-3 years depending on the preparation\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":3,\"name\":\"High\",\"description\":\"High Potential. Ready to move up immediately. Can handle higher responsibilities with preparation.\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#58bc8a\"}],\"pqs\":[{\"id\":1,\"meaning\":\"What is the potential for this employee to take additional responsibilities and grow from their current role?\"},{\"id\":2,\"meaning\":\"Ability to handle increasing responsibility   \",\"isEnabled\":\"Y\"}],\"firmId\":418703,\"customAttributes\":[],\"createdBy\":2031085,\"lastUpdatedBy\":2031085,\"creationDate\":\"2020-10-26 13:27:01\",\"lastUpdateDate\":\"2020-10-26 13:27:01\",\"version\":0}],\"status\":\"success\"}"}],"_postman_id":"f9956b3f-5816-4ffb-8f37-7add2a370dad"},{"name":"Get Reviews By Master Review Id","id":"5ab7fd51-db9c-4ce7-97ef-a97e80a17b90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/reviews?a=hrDashboard&parentReviewId=<MASTER_REVIEW_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get all the reviews initiated by the HR admin for the employees.</p>\n<p>You have to pass the master reviewId to get all the employees' reviews</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"key":"a","value":"hrDashboard"},{"description":{"content":"<p>Required: You can get this Master Reviews from \"Get All Master Reviews API\"</p>\n","type":"text/plain"},"key":"parentReviewId","value":"<MASTER_REVIEW_ID>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"5ab7fd51-db9c-4ce7-97ef-a97e80a17b90"},{"name":"Get Employee Review By Review Id","id":"10aa62f7-a987-4c5e-83e1-3a3aebdef9dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/reviews?a=getById&reviewId=<EMP_PERFORMACE_REVIEW_ID>&includeCriteriaResponse=true&tab=INITIATE_REVIEWS&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get the complete review information like Q &amp; A, Competencies and it ratings given by the Employee, Peer and Manager.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"key":"a","value":"getById"},{"description":{"content":"<p>Required: You can get this from \"Get Reviews By Master Review Id\" API </p>\n","type":"text/plain"},"key":"reviewId","value":"<EMP_PERFORMACE_REVIEW_ID>"},{"key":"includeCriteriaResponse","value":"true"},{"key":"tab","value":"INITIATE_REVIEWS"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"10aa62f7-a987-4c5e-83e1-3a3aebdef9dd"},{"name":"Get All Tasks by KR Id API","id":"ba4f18d7-8e0b-4c8e-85a5-df35d3e107d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/activities?a=getAllActivitiesBySearchText&startIndex=0&activityObjectId=6&isActType=Task&numOfResults=10&sortColumn=obs&selectedFilter=[]&priorityCodes=[]&statusCodes=[]&objectId=563&objectRefId=<KEY_RESULT_ID>&selectedTab=keyResultTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAllActivitiesBySearchText"},{"key":"startIndex","value":"0"},{"key":"activityObjectId","value":"6"},{"key":"isActType","value":"Task"},{"key":"numOfResults","value":"10"},{"key":"sortColumn","value":"obs"},{"key":"selectedFilter","value":"[]"},{"key":"priorityCodes","value":"[]"},{"key":"statusCodes","value":"[]"},{"disabled":true,"key":"isFromTab","value":"Kanban"},{"key":"objectId","value":"563"},{"description":{"content":"<p>Required: You can get the keyResultId from \"Get All OKRs\" API </p>\n","type":"text/plain"},"key":"objectRefId","value":"<KEY_RESULT_ID>"},{"key":"selectedTab","value":"keyResultTask"},{"disabled":true,"key":"groupCode","value":"status"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"ba4f18d7-8e0b-4c8e-85a5-df35d3e107d8"},{"name":"Task Create API","id":"1c35ed82-f2ad-4fad-95aa-7484be540134","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"taskData","value":"{\"priorityCode\":1,\"assigneeDetails\":[{\"fullName\":\"Alex Cross\",\"objectId\":8,\"objectRefId\":2080066,\"objectName\":\"Employee\"}],\"associatedObjects\":[{\"objectId\":563,\"objectRefId\":3556175,\"objectRefName\":\"Maintain at least 75% Compliance Rating\",\"objectName\":\"Key result\"}],\"subject\":\"Test Task Check\",\"activityType\":\"Task\",\"labels\":[],\"tags\":[],\"statusName\":\"To do\",\"statusId\":1,\"statusCode\":1,\"priorityName\":\"High\",\"priorityId\":1,\"categoryName\":\"Design\",\"categoryId\":1}","type":"text"},{"key":"sortColumn","value":"obs","type":"text"}]},"url":"https://api.profit.co/app/dao/activities?a=createTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>&isFrom=t&isCollaborationRefAppEnable=N&actType=home","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"createTask"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"},{"key":"isFrom","value":"t"},{"key":"isCollaborationRefAppEnable","value":"N"},{"key":"actType","value":"home"}],"variable":[]}},"response":[],"_postman_id":"1c35ed82-f2ad-4fad-95aa-7484be540134"},{"name":"Task Update API","id":"860fc017-1d09-4493-b7e4-70c5f1ed20b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"actType","value":"home","type":"text"},{"key":"activityId","value":"<TASK_ID>","description":"<p>Required: You can get the task id from \"Get All Tasks by KR Id\" API</p>\n","type":"text"},{"key":"attributeName","value":"[\"assignedToList\",\"assignedBy\",\"subject\",\"statusName\",\"priorityName\"]","type":"text"},{"key":"activityData","value":"{\"priorityCode\":1,\"assigneeDetails\":[{\"fullName\":\"Alex Cross\",\"objectId\":8,\"objectRefId\":2080066,\"objectName\":\"Employee\"}],\"associatedObjects\":[{\"objectId\":563,\"objectRefId\":3556175,\"objectRefName\":\"Maintain at least 75% Compliance Rating\",\"objectName\":\"Key result\"}],\"subject\":\"Test Task Check\",\"activityType\":\"Task\",\"labels\":[],\"tags\":[],\"statusName\":\"To do\",\"statusId\":1,\"statusCode\":1,\"priorityName\":\"High\",\"priorityId\":1,\"categoryName\":\"Design\",\"categoryId\":1}","type":"text"},{"key":"sourceObjectId","value":"6","type":"text"}]},"url":"https://api.profit.co/app/dao/activities?a=updateTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To update the task by task id.</p>\n","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"updateTask"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"860fc017-1d09-4493-b7e4-70c5f1ed20b1"},{"name":"Task Delete API","id":"621adbb5-4639-43c8-ad85-c3e1c122a6e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/activities?a=deleteActivity&activityId=<TASK_ID>&activtyTypeObject=30&objectId=6&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To delete the task by task id.</p>\n","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"deleteActivity"},{"description":{"content":"<p>Required: You can get the task id from \"Get All Tasks by KR Id\" API</p>\n","type":"text/plain"},"key":"activityId","value":"<TASK_ID>"},{"key":"activtyTypeObject","value":"30"},{"key":"objectId","value":"6"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"621adbb5-4639-43c8-ad85-c3e1c122a6e8"},{"name":"Add a Comment","id":"164bb3b2-edbc-468a-a450-47bee409d877","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.profit.co/app/dao/note?a=createNote&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>&noteDetails={\"noteText\":\"Test Comment Check\",\"objectId\":6,\"objectRefId\":2175163,\"associations\":[{\"objectId\":6,\"objectName\":\"Task\",\"objectRefId\":2175163}],\"objectName\":\"Task\",\"parentObjectId\":7,\"isSendEmail\":\"Y\"}","description":"<p>{\n  \"noteText\": \"COMMENT\",\n  \"objectId\": &lt;6 - Tasks, 563 - Key Results&gt;,\n  \"objectRefId\": TASK_ID or KEY_RESULT_ID,\n  \"associations\": [\n    {\n      \"objectId\": &lt;6 - Tasks, 563 - Key Results&gt;,\n      \"objectName\": \"TASK or KEYRESULT\",\n      \"objectRefId\": \n    }\n  ],\n  \"objectName\": \"TASK or KEYRESULT\"\n  \"parentObjectId\": 7,\n  \"isSendEmail\": \"N\"\n}</p>\n","urlObject":{"protocol":"https","path":["app","dao","note"],"host":["api","profit","co"],"query":[{"key":"a","value":"createNote"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"},{"key":"noteDetails","value":"{\"noteText\":\"Test Comment Check\",\"objectId\":6,\"objectRefId\":2175163,\"associations\":[{\"objectId\":6,\"objectName\":\"Task\",\"objectRefId\":2175163}],\"objectName\":\"Task\",\"parentObjectId\":7,\"isSendEmail\":\"Y\"}"}],"variable":[]}},"response":[],"_postman_id":"164bb3b2-edbc-468a-a450-47bee409d877"},{"name":"Get All Comments","id":"f738d42f-1fb6-4783-9bb9-0a2e25ee8187","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/note?a=getNotes&isFrom=App&selectedObjectId=6 - Tasks, 563 - Key Results&selectedObjectRefIds=[ID1, ID2]&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","note"],"host":["api","profit","co"],"query":[{"key":"a","value":"getNotes"},{"key":"isFrom","value":"App"},{"description":{"content":"<p>If you want to read the \"Task\" comments, you have to pass the value as 6 (Integer)\nIf you want to read the \"Key Result\" comments, you have to pass the value as 563 (Integer)</p>\n","type":"text/plain"},"key":"selectedObjectId","value":"6 - Tasks, 563 - Key Results"},{"description":{"content":"<p>Array of Task ID or Key Result ID</p>\n","type":"text/plain"},"key":"selectedObjectRefIds","value":"[ID1, ID2]"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"f738d42f-1fb6-4783-9bb9-0a2e25ee8187"},{"name":"Save Objective - Quick create","id":"cec78c9e-da89-4be3-ae85-958d2ca0f17b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"objectiveData","value":"{\"periodId\":9,\"periodType\":\"QUARTER\",\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"periodName\":\"Q3-2021\",\"ownerId\":2115252,\"ownerTypeId\":8,\"objectiveStatusName\":\"Not Started\",\"objectiveStatusId\":5,\"statusColor\":\"%2347aaf9\",\"selectedPeriodMonth\":\"Q3-2021\",\"isShortPeriodName\":false,\"objectiveName\":\"Research and improve customer satisfaction.\",\"visibilities\":[{\"id\":1,\"lookupCode\":\"PUBLIC\",\"meaning\":\"All Employees\",\"isEnabled\":\"Y\",\"isActive\":\"Y\",\"otis\":[8,49,91],\"visibilityImg\":\"/static/profit/P1.22.30/app/ng/src/assets/images/public.png\",\"formattedName\":\"All Employees\",\"isSelected\":false,\"visibilityId\":1,\"visibilityName\":\"All Employees\"}]}","type":"text"},{"key":"ownerTypeId","value":"8","type":"text"},{"key":"ownerId","value":"2115252","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"cec78c9e-da89-4be3-ae85-958d2ca0f17b"},{"name":"OKR Create API","id":"350619d2-70c1-4361-b5b7-812ff2b23138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"isAddAsKr","value":"\"Y\"","type":"text"},{"key":"objectiveData ","value":"{\"isFromOKRLevel\":false,\"periodId\":9,\"periodType\":\"QUARTER\",\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"periodName\":\"Q3-2021\",\"ownerTypeId\":8,\"ownerId\":2115252,\"visibilities\":[{\"visibilityId\":1,\"visibilityName\":\"All Employees\"}],\"objectiveName\":\"Research and improve customer satisfaction\",\"isFrom\":\"OBJECTIVE_ADD_OR_UPDATE\",\"selectedItems\":[1],\"accessors\":[],\"description\":\"<p id=\\\"tinyEle\\\">customer satisfaction</p>\",\"bottomUpAligedOkrs\":[],\"delegateOkrs\":[],\"delegationTypeName\":null,\"delegationTypeId\":null,\"kwe\":\"N\",\"objectiveStatusName\":\"Not Started\",\"objectiveStatusId\":5}\n","description":"<p>Required: Objective details to be created</p>\n","type":"text"},{"key":"objectiveIds","value":"[<OBJECTIVE_IDS>]","description":"<p>Optional: It is an aligned objective Ids, alignment only available for all employees visibility.</p>\n","type":"text"},{"key":"ownerId","value":"<OWNER_ID>","description":"<p>Required: It can be employee id, department id, team id or firm id (You have to pass this value based on the owner type id and you can refer the Get departments, teams and employees APIs)</p>\n","type":"text"},{"key":"ownerTypeId","value":"<OWNER_TYPE_ID>","description":"<p>Required: It is an integer field and the value can be 8 for Individual Level (Employee) OKRs, 49 for department level OKRs, 91 for team level OKRs and 1 for Corporate (Company) level OKRs.</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"350619d2-70c1-4361-b5b7-812ff2b23138"},{"name":"OKR Update API","id":"e19fbd18-8ade-40ab-9ad6-2293cb747959","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"objectiveIds","value":"[]","description":"<p>Optional: It is an aligned objective Ids, alignment only available for all employees visibility.</p>\n","type":"text"},{"key":"sharedObjectiveIds","value":"[]","type":"text"},{"key":"modifiedFields","value":"[\"objectiveName\",\"description\"]","type":"text"},{"key":"addedOkrs","value":"[]","type":"text"},{"key":"removedOkrs","value":"[]","type":"text"},{"key":"ownerTypeId","value":"<OWNER_TYPE_ID>","description":"<p>Required: It is an integer field and the value can be 8 for Individual Level (Employee) OKRs, 49 for department level OKRs, 91 for team level OKRs and 1 for Corporate (Company) level OKRs.</p>\n","type":"text"},{"key":"ownerId","value":"<OWNER_ID>","description":"<p>Required: It can be employee id, department id, team id or firm id (You have to pass this value based on the owner type id and you can refer the Get departments, teams and employees APIs)</p>\n","type":"text"},{"key":"objectiveId","value":"<OBJECTIVE_ID>","description":"<p>Required: Unique Id of the OKR</p>\n","type":"text"},{"key":"isAddAsKr","value":"\"Y\"","type":"text"},{"key":"syncChanges","value":"\"Y\"","type":"text"},{"key":"objectiveData","value":"{\"objectiveId\":2118729,\"objectiveName\":\"Research and improve customer satisfaction. - Update\",\"objectiveStatusId\":5,\"objectiveStatusName\":\"Not Started\",\"periodId\":9,\"periodName\":\"Q3-2021\",\"progress\":0,\"keyResults\":[],\"isWatched\":false,\"watchers\":[],\"sharedOkrs\":[],\"delegationOkrs\":[],\"visibilities\":[{\"visibilityId\":1,\"visibilityName\":\"All Employees\"}],\"delegateOkrs\":[],\"objectStatus\":\"0\",\"ownerTypeId\":8,\"ownerId\":2115252,\"createdEmployeeId\":2115252,\"orderedBy\":390,\"alignedWithMeOkrs\":[],\"alignedWithOthersOkrs\":[],\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"confidencePercentage\":0,\"periodType\":\"QUARTER\",\"isTr\":\"Y\",\"isPr\":\"Y\",\"kwe\":\"N\",\"ato\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"pp\":65.934,\"firmId\":260069,\"lc\":\"en\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 01:59:05\",\"lastUpdateDate\":\"2021-08-30 04:13:20\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":3,\"selectedItems\":[1],\"selectedPeriodMonth\":\"Q3-2021\",\"objOwner\":[],\"shareOkrs\":[],\"sharedEmployees\":[],\"okrLevel\":{\"code\":\"INDIVIDUAL_OKRS\",\"ownerId\":2115252,\"ownerTypeId\":8,\"name\":\"My Individual OKRs\"},\"description\":\"<p id=\\\"tinyEle\\\" class=\\\"\\\" data-after-content=\\\"\\\">customer satisfaction.</p>\",\"delegationTypeName\":null,\"delegationTypeId\":null}","description":"<p>Required: Objective details to be updated.</p>\n","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=update&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"update"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"e19fbd18-8ade-40ab-9ad6-2293cb747959"},{"name":"OKR Delete","id":"fa3be137-5565-4c99-8a9e-d297b41f7b1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"objectiveId","value":"<OBJECTIVE_ID>","description":"<p>Required: Unique Id of the OKR</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=delete&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"delete"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"fa3be137-5565-4c99-8a9e-d297b41f7b1b"},{"name":"Save KeyResult - Quick Create","id":"b3b5122c-d2fb-401e-9f46-06ae9158bfb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"keyResultData","value":"{\"keyResultTypeId\":6,\"keyResultName\":\"\",\"frequencies\":[{\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6,\"name\":\"Every Friday\"}],\"isAssignAsObj\":\"Y\",\"ownerTypeId\":8,\"ownerId\":2115252,\"keyResultStatusName\":\"Not Started\",\"keyResultStatusId\":5,\"pkrs\":[{\"otid\":8,\"oid\":2115252,\"at\":\"TD\",\"wt\":0}],\"selectedPeriodMonth\":\"\",\"isShortPeriodName\":true,\"isInputChanged\":true,\"value\":0,\"keyResultStartValue\":0,\"keyResultEndValue\":100,\"defaultMeasureName\":null,\"defaultMeasureId\":null,\"keyResultTypeName\":\"Percentage Tracked\"}","description":"<p>data</p>\n","type":"text"},{"key":"objectiveId","value":"<OBJECTIVE_ID>","description":"<p>Required: Unique Id of the OKR</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"b3b5122c-d2fb-401e-9f46-06ae9158bfb2"},{"name":"Save KeyResult - Percentage Tracked","id":"c5790612-3ae8-4acf-9c82-41a000b2ec57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"addContributor","value":"N","type":"text"},{"key":"addedKeyResults","value":"[]","type":"text"},{"key":"keyResultData","value":"{\"keyResultTypeId\":6,\"periodId\":9,\"periodName\":\"Q3-2021\",\"keyResultName\":\"Percentage Tracked\",\"objectiveId\":2118685,\"isAssignAsObj\":\"Y\",\"periodType\":\"QUARTER\",\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"selectedPeriodMonth\":\"Q3-2021\",\"isDisabledIntegration\":false,\"selectedMetricName\":\"\",\"trackingDetails\":\"Percentage Tracked\",\"frequencies\":[{\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6,\"name\":\"Every Friday\"},{\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Monday\",\"id\":2,\"name\":\"Every Monday\"}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":true,\"totalWt\":\"0.00\",\"description\":\"<p id=\\\"tinyEle\\\" class=\\\"\\\" data-after-content=\\\"\\\"><strong>customer satisfaction</strong></p>\",\"value\":0,\"keyResultStartValue\":0,\"keyResultEndValue\":100,\"defaultMeasureName\":null,\"defaultMeasureId\":null,\"keyResultStatusName\":\"Not Started\",\"keyResultStatusId\":5,\"keyResultTypeName\":\"Percentage Tracked\",\"measurementTypeName\":\"Numeric\",\"measurementTypeId\":1}","type":"text"},{"key":"modifiedFields","value":"[\"isAssignAsObj\",\"keyResultTypeName\"]\n","type":"text"},{"key":"objectiveId","value":"<OBJECTIVE_ID>","type":"text"},{"key":"removedAssigneeIds","value":"[]","type":"text"},{"key":"removedKeyResults","value":"[]","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"c5790612-3ae8-4acf-9c82-41a000b2ec57"},{"name":"Save KeyResult - Increase KPI","id":"df5d3892-da05-4054-8892-5b16bb1e06ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"addedIds","value":"","type":"text"},{"key":"removedIds","value":"","type":"text"},{"key":"modifiedFields","value":" [\"keyResultTypeName\"]\n","type":"text"},{"key":"keyResultData","value":"{\"keyResultTypeId\":1,\"periodId\":9,\"periodName\":\"Q3-2021\",\"keyResultName\":\"Increase Annual Recurring Revenue from $0 to $100\",\"objectiveId\":2118685,\"isAssignAsObj\":\"Y\",\"periodType\":\"QUARTER\",\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"selectedPeriodMonth\":\"Q3-2021\",\"isDisabledIntegration\":false,\"frequencies\":[{\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6,\"name\":\"Every Friday\"},{\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Monday\",\"id\":2,\"name\":\"Every Monday\"}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":true,\"totalWt\":\"0.00\",\"metricObjectOptions\":{\"decimal\":\".\",\"precision\":0,\"thousands\":\",\"},\"metricObject\":{\"metricId\":169,\"metricCode\":\"ANNUAL_RECURRING_REVENUE\",\"metricName\":\"Annual Recurring Revenue\",\"measurementTypeId\":2,\"measurementTypeName\":\"Currency\",\"metricCategoryId\":4,\"metricCategoryName\":\"Financial\",\"isEnabled\":\"Y\",\"keyResults\":[{\"keyResultTypeId\":1,\"keyResultTypeName\":\"Increase KPI\"}],\"metricCategories\":[{\"metricCategoryId\":4,\"metricCategoryName\":\"Financial\"}],\"version\":0,\"sourceRefId\":\"2003272\",\"restrictAutoUpdateAttribute\":true,\"categoriesName\":\"Financial\",\"harvestingStatus\":\"\"},\"value\":\"0\",\"keyResultStartValue\":\"0\",\"keyResultEndValue\":\"100\",\"keyResultLowerLimit\":null,\"keyResultUpperLimit\":null,\"selectedValue\":\"others\",\"certainValue\":null,\"limitType\":null,\"au\":null,\"selectedMetricName\":\"Annual Recurring Revenue\",\"metricName\":\"Annual Recurring Revenue\",\"metricId\":169,\"measurementTypeName\":\"Currency\",\"measurementTypeId\":2,\"defaultMeasureName\":\"USD\",\"keyResultStatusName\":\"Not Started\",\"keyResultStatusId\":5,\"keyResultTypeName\":\"Increase KPI\"}","type":"text"},{"key":"objectiveId","value":"2118685","type":"text"},{"key":"addContributor","value":"N","type":"text"},{"key":"removedAssigneeIds","value":"[]","type":"text"},{"key":"addedKeyResults","value":"[]","type":"text"},{"key":"removedKeyResults","value":"[]","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"df5d3892-da05-4054-8892-5b16bb1e06ae"},{"name":"Save KeyResult - Decrease KPI","id":"956392ff-af2b-4995-b360-6a34e013ec0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"addedIds","value":"","type":"text"},{"key":"removedIds","value":"","type":"text"},{"key":"modifiedFields","value":" [\"keyResultTypeName\"]\n","type":"text"},{"key":"keyResultData","value":"{\"keyResultTypeId\":2,\"periodId\":9,\"periodName\":\"Q3-2021\",\"keyResultName\":\"Decrease Average Backlog from 100 to 20\",\"objectiveId\":2118685,\"isAssignAsObj\":\"Y\",\"periodType\":\"QUARTER\",\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"selectedPeriodMonth\":\"Q3-2021\",\"isDisabledIntegration\":false,\"frequencies\":[{\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6,\"name\":\"Every Friday\"},{\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Tuesday\",\"id\":3,\"name\":\"Every Tuesday\"}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":true,\"totalWt\":\"0.00\",\"metricObjectOptions\":{\"decimal\":\".\",\"precision\":0,\"thousands\":\",\"},\"metricObject\":{\"metricId\":85,\"metricCode\":\"AVERAGE_BACKLOG\",\"metricName\":\"Average Backlog\",\"measurementTypeId\":1,\"measurementTypeName\":\"Numeric\",\"metricCategoryId\":3,\"metricCategoryName\":\"Customer Support\",\"isEnabled\":\"Y\",\"keyResults\":[{\"keyResultTypeId\":2,\"keyResultTypeName\":\"Decrease KPI\"}],\"metricCategories\":[{\"metricCategoryId\":3,\"metricCategoryName\":\"Customer Support\"}],\"version\":0,\"sourceRefId\":\"2003187\",\"restrictAutoUpdateAttribute\":true,\"categoriesName\":\"Customer Support\",\"harvestingStatus\":\"\"},\"value\":\"100\",\"keyResultStartValue\":\"100\",\"keyResultEndValue\":\"20\",\"keyResultLowerLimit\":null,\"keyResultUpperLimit\":null,\"selectedValue\":\"others\",\"certainValue\":null,\"limitType\":null,\"au\":null,\"selectedMetricName\":\"Average Backlog\",\"metricName\":\"Average Backlog\",\"metricId\":85,\"measurementTypeName\":\"Numeric\",\"measurementTypeId\":1,\"defaultMeasureName\":null,\"defaultMeasureId\":null,\"keyResultStatusName\":\"Not Started\",\"keyResultStatusId\":5,\"keyResultTypeName\":\"Decrease KPI\"}","type":"text"},{"key":"objectiveId","value":"2118685","type":"text"},{"key":"addContributor","value":"N","type":"text"},{"key":"removedAssigneeIds","value":"[]","type":"text"},{"key":"addedKeyResults","value":"[]","type":"text"},{"key":"removedKeyResults","value":"[]","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"956392ff-af2b-4995-b360-6a34e013ec0a"},{"name":"Save KeyResult - Milestone Tracked","id":"59ef0062-b8e7-479a-83a6-78dfe9105dc2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"addedIds","value":"","type":"text"},{"key":"removedIds","value":"","type":"text"},{"key":"modifiedFields","value":"[\"keyResultTypeName\",\"sequence\"]\n","type":"text"},{"key":"keyResultData","value":"{\"keyResultTypeId\":5,\"periodId\":9,\"periodName\":\"Q3-2021\",\"keyResultName\":\"Launch Product\",\"objectiveId\":2118685,\"isAssignAsObj\":\"Y\",\"periodType\":\"QUARTER\",\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"selectedPeriodMonth\":\"Q3-2021\",\"isDisabledIntegration\":false,\"frequencies\":[{\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6,\"name\":\"Every Friday\"},{\"repeatEvery\":\"Month\",\"repeatOn\":\"1st Monday\",\"id\":11,\"name\":\"1st Monday\"}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":true,\"totalWt\":\"0.00\",\"milestoneSequence\":{\"id\":1,\"code\":\"LAUNCH_PRODUCT\",\"name\":\"Launch Product\",\"description\":\"\",\"keyResultTypes\":[{\"id\":5,\"meaning\":\"Milestone Tracked\"}],\"milestones\":[{\"id\":1,\"meaning\":\"Kicked Off\",\"attribute2\":0,\"attribute3\":0,\"sd\":\"2021-06-30T18:30:00.000Z\",\"td\":\"2021-07-01T00:00:00.000Z\",\"activeStartDate\":\"07/01/2021\",\"activeEndDate\":\"07/01/2021\"},{\"id\":2,\"meaning\":\"Concept\",\"attribute2\":5,\"attribute3\":5,\"sd\":\"2021-07-01T00:00:00.000Z\",\"td\":\"2021-07-06T00:00:00.000Z\",\"activeStartDate\":\"07/01/2021\",\"activeEndDate\":\"07/06/2021\"},{\"id\":3,\"meaning\":\"Requirements\",\"attribute2\":15,\"attribute3\":10,\"sd\":\"2021-07-06T00:00:00.000Z\",\"td\":\"2021-07-14T00:00:00.000Z\",\"activeStartDate\":\"07/06/2021\",\"activeEndDate\":\"07/14/2021\"},{\"id\":4,\"meaning\":\"Design\",\"attribute2\":30,\"attribute3\":15,\"sd\":\"2021-07-14T00:00:00.000Z\",\"td\":\"2021-07-28T00:00:00.000Z\",\"activeStartDate\":\"07/14/2021\",\"activeEndDate\":\"07/28/2021\"},{\"id\":5,\"meaning\":\"Development\",\"attribute2\":60,\"attribute3\":30,\"sd\":\"2021-07-28T00:00:00.000Z\",\"td\":\"2021-08-24T00:00:00.000Z\",\"activeStartDate\":\"07/28/2021\",\"activeEndDate\":\"08/24/2021\"},{\"id\":6,\"meaning\":\"Inhouse Testing\",\"attribute2\":75,\"attribute3\":15,\"sd\":\"2021-08-24T00:00:00.000Z\",\"td\":\"2021-09-07T00:00:00.000Z\",\"activeStartDate\":\"08/24/2021\",\"activeEndDate\":\"09/07/2021\"},{\"id\":7,\"meaning\":\"Field Testing\",\"attribute2\":90,\"attribute3\":15,\"sd\":\"2021-09-07T00:00:00.000Z\",\"td\":\"2021-09-20T00:00:00.000Z\",\"activeStartDate\":\"09/07/2021\",\"activeEndDate\":\"09/20/2021\"},{\"id\":8,\"meaning\":\"Released\",\"attribute2\":100,\"attribute3\":10,\"sd\":\"2021-09-20T00:00:00.000Z\",\"td\":\"2021-09-30T00:00:00.000Z\",\"activeStartDate\":\"09/20/2021\",\"activeEndDate\":\"09/30/2021\"}],\"isEnabled\":\"Y\"},\"value\":0,\"defaultMeasureName\":null,\"defaultMeasureId\":null,\"keyResultStatusName\":\"Not Started\",\"keyResultStatusId\":5,\"keyResultTypeName\":\"Milestone Tracked\"}","type":"text"},{"key":"objectiveId","value":"2118685","type":"text"},{"key":"addContributor","value":"N","type":"text"},{"key":"removedAssigneeIds","value":"[]","type":"text"},{"key":"addedKeyResults","value":"[]","type":"text"},{"key":"removedKeyResults","value":"[]","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"59ef0062-b8e7-479a-83a6-78dfe9105dc2"},{"name":"Save KeyResult - Task Tracked","id":"b2cb059e-c75e-4a0e-8206-7f2846d2c937","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"addedIds","value":"","type":"text"},{"key":"removedIds","value":"","type":"text"},{"key":"modifiedFields","value":" [\"keyResultTypeName\",\"tlvl\",\"tty\"]\n","type":"text"},{"key":"keyResultData","value":"{\"keyResultTypeId\":7,\"periodId\":9,\"periodName\":\"Q3-2021\",\"keyResultName\":\"Task Tracked\",\"objectiveId\":2118685,\"isAssignAsObj\":\"Y\",\"periodType\":\"QUARTER\",\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"selectedPeriodMonth\":\"Q3-2021\",\"isDisabledIntegration\":false,\"frequencies\":[{\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6,\"name\":\"Every Friday\"}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":true,\"totalWt\":\"0.00\",\"okrtr\":{\"tlvl\":{\"objectId\":6,\"objectName\":\"ASSOCIATED_TASKS\",\"rid\":\"6\",\"name\":\"Associated Tasks\"},\"tty\":\"COMPLETED_TASKS_PERCENTAGE\",\"tattrt\":\"STANDARD\",\"objectName\":\"ASSOCIATED_TASKS\"},\"keyResultStartValue\":0,\"value\":0,\"keyResultEndValue\":100,\"defaultMeasureName\":null,\"defaultMeasureId\":null,\"keyResultStatusName\":\"Not Started\",\"keyResultStatusId\":5,\"keyResultTypeName\":\"Task Tracked\"}","type":"text"},{"key":"objectiveId","value":"2118685","type":"text"},{"key":"addContributor","value":"N","type":"text"},{"key":"removedAssigneeIds","value":"[]","type":"text"},{"key":"addedKeyResults","value":"[]","type":"text"},{"key":"removedKeyResults","value":"[]","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"b2cb059e-c75e-4a0e-8206-7f2846d2c937"},{"name":"Save KeyResult - Control KPI","id":"02081ebb-29fb-4fb8-8dae-4bc94774b6a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"modifiedFields","value":"[\"keyResultTypeName\"]","type":"text"},{"key":"keyResultData","value":" {\"keyResultTypeId\":3,\"periodId\":9,\"periodName\":\"Q3-2021\",\"keyResultName\":\"Maintain at most 90  Day(s) IT Project Hours\",\"objectiveId\":2118685,\"isAssignAsObj\":\"Y\",\"periodType\":\"QUARTER\",\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"selectedPeriodMonth\":\"Q3-2021\",\"isDisabledIntegration\":false,\"frequencies\":[{\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6,\"name\":\"Every Friday\"}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":true,\"totalWt\":\"0.00\",\"limitType\":\"ATMOST\",\"limitTypeValue\":\"At Most\",\"metricObjectOptions\":{\"decimal\":\".\",\"precision\":0,\"thousands\":\",\"},\"metricObject\":{\"metricId\":242,\"metricCode\":\"IT_PROJECT_HOURS\",\"metricName\":\"IT Project Hours\",\"measurementTypeId\":4,\"measurementTypeName\":\"Time\",\"metricCategoryId\":8,\"metricCategoryName\":\"Operations\",\"defaultMeasureId\":3,\"defaultMeasureName\":\"Days\",\"isEnabled\":\"Y\",\"keyResults\":[{\"keyResultTypeId\":3,\"keyResultTypeName\":\"Control KPI\"}],\"metricCategories\":[{\"metricCategoryId\":8,\"metricCategoryName\":\"Operations\"}],\"version\":0,\"sourceRefId\":\"2003343\",\"restrictAutoUpdateAttribute\":true,\"categoriesName\":\"Operations\",\"harvestingStatus\":\"\"},\"value\":45,\"keyResultStartValue\":45,\"keyResultEndValue\":135,\"keyResultLowerLimit\":null,\"keyResultUpperLimit\":\"90\",\"selectedValue\":\"\",\"certainValue\":null,\"au\":null,\"selectedMetricName\":\"IT Project Hours\",\"metricName\":\"IT Project Hours\",\"metricId\":242,\"measurementTypeName\":\"Time\",\"measurementTypeId\":4,\"defaultMeasureName\":\"Days\",\"defaultMeasureId\":3,\"keyResultStatusName\":\"Not Started\",\"keyResultStatusId\":5,\"keyResultTypeName\":\"Control KPI\"}\n","description":"<p>Required: KeyResult details to be created</p>\n","type":"text"},{"key":"objectiveId","value":"<OBJECTIVE_ID>","type":"text"},{"key":"addContributor","value":"\"N\"","type":"text"},{"key":"removedAssigneeIds","value":"[]","type":"text"},{"key":"addedKeyResults","value":"[]","type":"text"},{"key":"removedKeyResults","value":"[]","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"02081ebb-29fb-4fb8-8dae-4bc94774b6a5"},{"name":"Update WorkSpace","id":"704befdb-3311-4ba2-9dbc-84f6a391c6f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"os\":\"0\",\"wt\":\"WORKSPACE\",\"icn\":\"star\",\"ne\":\"Product Space - Update\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[],\"ol\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"firmId\":260069,\"agId\":\"ixmMlnsBwenj9jvBm5qO\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:13:22\",\"lastUpdateDate\":\"2021-08-30 03:13:22\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0,\"isCollapse\":false,\"isOwner\":true,\"boardList\":[{\"os\":\"0\",\"wt\":\"BOARD\",\"ne\":\"Development\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"ol\":[{\"objectId\":8,\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\",\"objectChecked\":false,\"isLandscape\":false}],\"se\":\"Y\",\"gby\":\"STAGE\",\"auts\":\"Y\",\"sc\":\"NOT_STARTED\",\"ws\":[{\"os\":\"0\",\"wt\":\"BOARD_STAGE\",\"ne\":\"Perception of opportunities\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[{\"objectId\":8,\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\",\"objectChecked\":false,\"isLandscape\":false}],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"cc\":\"#00ffff\",\"firmId\":260069,\"agId\":\"lxmPlnsBwenj9jvBy5rF\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:16:51\",\"lastUpdateDate\":\"2021-08-30 03:16:51\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0},{\"os\":\"0\",\"wt\":\"BOARD_STAGE\",\"ne\":\"Establishing Objectives\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[{\"objectId\":8,\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\",\"objectChecked\":false,\"isLandscape\":false}],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"cc\":\"#FFC312\",\"firmId\":260069,\"agId\":\"mBmPlnsBwenj9jvBy5rn\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:16:51\",\"lastUpdateDate\":\"2021-08-30 03:16:51\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0},{\"os\":\"0\",\"wt\":\"BOARD_STAGE\",\"ne\":\"Planning Premises\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[{\"objectId\":8,\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\",\"objectChecked\":false,\"isLandscape\":false}],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"cc\":\"#e06666\",\"firmId\":260069,\"agId\":\"mRmPlnsBwenj9jvBzJoK\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:16:51\",\"lastUpdateDate\":\"2021-08-30 03:16:51\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0}],\"asi\":1,\"aar\":\"Y\",\"firmId\":260069,\"agId\":\"mhmPlnsBwenj9jvBzJos\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:16:51\",\"lastUpdateDate\":\"2021-08-30 03:16:51\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0,\"isElementActive\":false},{\"os\":\"0\",\"wt\":\"BOARD\",\"ne\":\"Product Space - Default Board\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"ol\":[{\"objectId\":8,\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\",\"objectChecked\":false,\"isLandscape\":false}],\"gby\":\"STAGE\",\"sc\":\"COMPLETED\",\"asi\":4,\"aar\":\"Y\",\"ise\":\"Y\",\"firmId\":260069,\"agId\":\"jBmMlnsBwenj9jvBnJoq\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:13:22\",\"lastUpdateDate\":\"2021-08-30 03:13:22\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0,\"isElementActive\":false}],\"isElementActive\":true,\"visibility\":{\"visibilityId\":1,\"visibilityName\":\"Public\",\"formattedName\":\"Public\"},\"accessors\":[],\"owners\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\",\"wt\":0,\"tsv\":null,\"tev\":null}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":false,\"totalWt\":\"0.00\"}","type":"text"},{"key":"BOARD","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/activities?a=updateWorkspace&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"updateWorkspace"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"704befdb-3311-4ba2-9dbc-84f6a391c6f2"},{"name":"KeyResult Update API","id":"6b568f3b-3832-4708-ac3e-93cb5079c02f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"syncChanges","value":"\"Y\"","type":"text"},{"key":"modifiedFields","value":"[\"keyResultName\"]","type":"text"},{"key":"keyResultData","value":"{\"keyResultId\":2143492,\"keyResultName\":\"Increase Annual Recurring Revenue from $0 to $100 - Update\",\"keyResultTypeId\":1,\"keyResultStatusId\":5,\"keyResultStatusName\":\"Not Started\",\"value\":0,\"keyResultStartValue\":0,\"keyResultEndValue\":100,\"setStatus\":false,\"objectStatus\":\"0\",\"metricId\":169,\"measurementTypeId\":2,\"nextUpdateTime\":\"2021-08-30 00:00:00\",\"nextUpdateTimeWithGracePeriod\":\"2021-09-01 00:00:00\",\"frequencyStartTime\":\"2021-07-02 00:00:00\",\"objectiveId\":2118685,\"employeeId\":2115252,\"queueMessageId\":\"1n4nkUI1860M90VXdH3H5amo9k13gPE5\",\"periodId\":9,\"periodName\":\"Q3-2021\",\"visibilities\":[],\"frequencies\":[{\"name\":\"Every Friday\",\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6},{\"name\":\"Every Monday\",\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Monday\",\"id\":2}],\"targetStartDate\":\"07/01/2021\",\"targetEndDate\":\"09/30/2021\",\"achievementScore\":0,\"changeHistory\":[{\"id\":1,\"keyresultId\":2143492,\"startValue\":0,\"endValue\":100,\"startDate\":\"2021-08-30 00:28:21\",\"endDate\":\"2021-09-30 00:00:00\",\"effectiveStartDate\":\"2021-07-01 00:00:00\",\"frequencies\":[{\"name\":\"Every Friday\",\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6},{\"name\":\"Every Monday\",\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Monday\",\"id\":2}],\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"creationDate\":\"2021-08-30 00:28:21\",\"lastUpdateDate\":\"2021-08-30 00:28:21\",\"version\":0}],\"confidencePercentage\":0,\"assignedTo\":[],\"periodType\":\"QUARTER\",\"isTr\":\"Y\",\"isPr\":\"Y\",\"ownerTypeId\":8,\"ownerId\":2115252,\"isAssignAsObj\":\"Y\",\"pkrs\":[],\"skrs\":[],\"pp\":65.934,\"firmId\":260069,\"lc\":\"en\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 00:28:21\",\"lastUpdateDate\":\"2021-08-30 02:02:09\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":2,\"selectedPeriodMonth\":\"Q3-2021\",\"isDisabledIntegration\":false,\"selectedMetricName\":\"Annual Recurring Revenue\",\"metricObjectOptions\":{\"decimal\":\".\",\"precision\":0,\"thousands\":\",\"},\"metricObject\":{\"metricId\":169,\"metricCode\":\"ANNUAL_RECURRING_REVENUE\",\"metricName\":\"Annual Recurring Revenue\",\"measurementTypeId\":2,\"measurementTypeName\":\"Currency\",\"metricCategoryId\":4,\"metricCategoryName\":\"Financial\",\"isEnabled\":\"Y\",\"keyResults\":[{\"keyResultTypeId\":1,\"keyResultTypeName\":\"Increase KPI\"}],\"metricCategories\":[{\"metricCategoryId\":4,\"metricCategoryName\":\"Financial\"}],\"version\":0,\"sourceRefId\":\"2003272\",\"restrictAutoUpdateAttribute\":true,\"categoriesName\":\"Financial\",\"harvestingStatus\":\"\"},\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":true,\"totalWt\":\"0.00\",\"isInputChanged\":true,\"metricName\":\"Annual Recurring Revenue\",\"measurementTypeName\":\"Currency\",\"defaultMeasureName\":\"USD\",\"defaultMeasureId\":null,\"keyResultTypeName\":\"Increase KPI\"}","description":"<p>Required: KeyResult details to be updated.</p>\n","type":"text"},{"key":"objectiveId","value":"<OBJECTIVE_ID>","description":"<p>Required: Unique Id of the OKR which contains the current updating KeyResult.</p>\n","type":"text"},{"key":"addContributor","value":"\"N\"","type":"text"},{"key":"removedAssigneeIds","value":"[]","type":"text"},{"key":"addedKeyResults","value":"[]","type":"text"},{"key":"removedKeyResults","value":"[]","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=update&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"update"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"6b568f3b-3832-4708-ac3e-93cb5079c02f"},{"name":"KeyResult Delete API","id":"edec4928-d49f-450e-b23c-9bd1f2a2a48c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"objectiveId","value":"<OBJECTIVE_ID>","description":"<p>Required: Unique Id of the OKR which contains the current deleting KR.</p>\n","type":"text"},{"key":"keyResultId","value":"<KEY_RESULT_ID>","description":"<p>Required: Unique Id of the KR</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=delete&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"delete"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"edec4928-d49f-450e-b23c-9bd1f2a2a48c"},{"name":"Task - getAll(By Status)","id":"16d8df81-dcb0-4931-84b5-e69b4466d4f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/activities?a=getAllActivitiesBySearchText&startIndex=0&activityObjectId=6&isActType=Task&numOfResults=10&sortColumn=obs&selectedFilter=[]&priorityCodes=[]&statusCodes=[]&isFromTab=Kanban&selectedTab=myTask&groupCode=status&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAllActivitiesBySearchText"},{"key":"startIndex","value":"0"},{"key":"activityObjectId","value":"6"},{"key":"isActType","value":"Task"},{"key":"numOfResults","value":"10"},{"key":"sortColumn","value":"obs"},{"key":"selectedFilter","value":"[]"},{"key":"priorityCodes","value":"[]"},{"key":"statusCodes","value":"[]"},{"key":"isFromTab","value":"Kanban"},{"key":"selectedTab","value":"myTask"},{"key":"groupCode","value":"status"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"16d8df81-dcb0-4931-84b5-e69b4466d4f6"},{"name":"Task - getAll(By Priority)","id":"f049c7ee-af29-42a3-a2d6-f46b3e98a7a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/activities?a=getAllActivitiesBySearchText&startIndex=0&activityObjectId=6&isActType=Task&numOfResults=10&sortColumn=obp&selectedFilter=[]&priorityCodes=[]&statusCodes=[]&isFromTab=Kanban&selectedTab=myTask&groupCode=priority&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAllActivitiesBySearchText"},{"key":"startIndex","value":"0"},{"key":"activityObjectId","value":"6"},{"key":"isActType","value":"Task"},{"key":"numOfResults","value":"10"},{"key":"sortColumn","value":"obp"},{"key":"selectedFilter","value":"[]"},{"key":"priorityCodes","value":"[]"},{"key":"statusCodes","value":"[]"},{"key":"isFromTab","value":"Kanban"},{"key":"selectedTab","value":"myTask"},{"key":"groupCode","value":"priority"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"f049c7ee-af29-42a3-a2d6-f46b3e98a7a7"},{"name":"Task - getAll(By Stage)","id":"291badc2-39c6-4bb2-90d6-d4902884278b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/activities?a=getAllActivitiesBySearchText&startIndex=0&activityObjectId=6&isActType=Task&numOfResults=10&sortColumn=wobst&selectedFilter=[]&priorityCodes=[]&statusCodes=[]&isFromTab=Kanban&groupCode=stage&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>&boardId=mhmPlnsBwenj9jvBzJos","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAllActivitiesBySearchText"},{"key":"startIndex","value":"0"},{"key":"activityObjectId","value":"6"},{"key":"isActType","value":"Task"},{"key":"numOfResults","value":"10"},{"key":"sortColumn","value":"wobst"},{"key":"selectedFilter","value":"[]"},{"key":"priorityCodes","value":"[]"},{"key":"statusCodes","value":"[]"},{"key":"isFromTab","value":"Kanban"},{"key":"groupCode","value":"stage"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"},{"key":"boardId","value":"mhmPlnsBwenj9jvBzJos"}],"variable":[]}},"response":[],"_postman_id":"291badc2-39c6-4bb2-90d6-d4902884278b"},{"name":"Task Create - Not Started(By Status)","id":"a60c4997-1cff-4641-a2ff-2338864de9bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"taskData","value":"{\"priorityCode\":1,\"mode\":\"CREATE\",\"selectedLabelIds\":[],\"assigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"defaultAssigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"workspaceName\":\"Select Space> Board...\",\"priorityStyleObject\":{\"background-color\":\"#dc3545\",\"color\":\"white\"},\"isElementActive\":true,\"subject\":\"Web deployment support\",\"visibilityName\":{\"id\":1,\"code\":\"PUBLIC\",\"name\":\"Public\"},\"activityType\":\"Task\",\"labels\":[],\"tags\":[],\"statusName\":\"Not Started\",\"statusId\":1,\"statusCode\":1,\"priorityName\":\"High\",\"priorityId\":1,\"categoryName\":\"Design\",\"categoryId\":1}","type":"text"},{"key":"actType","value":"home","type":"text"},{"key":"isCollaborationRefAppEnable","value":"N","type":"text"},{"key":"isFrom","value":"t","type":"text"},{"key":"sortColumn","value":"ob","type":"text"}]},"url":"https://api.profit.co/app/dao/activities?a=createTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"createTask"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"a60c4997-1cff-4641-a2ff-2338864de9bb"},{"name":"Task Create - SCHEDULED(By Status)","id":"f9efc040-273a-46b1-b076-e8c7608ca014","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"taskData","value":"{\"priorityCode\":1,\"mode\":\"CREATE\",\"selectedLabelIds\":[2080132],\"assigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"defaultAssigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"workspaceName\":\"Select Space> Board...\",\"priorityStyleObject\":{\"background-color\":\"#dc3545\",\"color\":\"white\"},\"isElementActive\":true,\"subject\":\"Identify resources to be monitored.\",\"datePickerOpen\":true,\"isOpenDatePicker\":false,\"dueDate\":\"08/04/2021\",\"formattedDueDate\":\"Aug 4, 2021\",\"dueDateObject\":\"2021-08-04T03:59:59.000Z\",\"dueColorCode\":\"#FF0000\",\"dueday\":\"Wed\",\"associatedObjects\":[{\"objectId\":563,\"objectRefId\":2143489,\"objectRefName\":\"Research and improve customer satisfaction\",\"objectName\":\"Key result\"}],\"visibilityName\":{\"id\":1,\"code\":\"PUBLIC\",\"name\":\"Public\"},\"endDate\":\"08/04/2021\",\"activityType\":\"Task\",\"labels\":[{\"id\":\"2080132\",\"labelId\":2080132,\"labelName\":\"Engineering\",\"colorCode\":\"#ffff00\",\"isEnabled\":\"Y\",\"desc\":\"\",\"firmId\":260069,\"agId\":\"260069_2080132\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"creationDate\":\"2021-08-26 03:18:18\",\"lastUpdateDate\":\"2021-08-26 03:18:18\",\"version\":1,\"fontColorCode\":\"black\",\"fontColor\":\"white\"}],\"tags\":[{\"id\":\"2080132\",\"labelId\":2080132,\"labelName\":\"Engineering\",\"colorCode\":\"#ffff00\",\"isEnabled\":\"Y\",\"desc\":\"\",\"firmId\":260069,\"agId\":\"260069_2080132\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"creationDate\":\"2021-08-26 03:18:18\",\"lastUpdateDate\":\"2021-08-26 03:18:18\",\"version\":1,\"fontColorCode\":\"black\",\"fontColor\":\"white\"}],\"statusName\":\"Scheduled\",\"statusId\":2,\"statusCode\":2,\"priorityName\":\"High\",\"priorityId\":1,\"categoryName\":\"Design\",\"categoryId\":1}","type":"text"},{"key":"actType","value":"home","type":"text"},{"key":"isCollaborationRefAppEnable","value":"N","type":"text"},{"key":"isFrom","value":"t","type":"text"},{"key":"sortColumn","value":"obs","type":"text"}]},"url":"https://api.profit.co/app/dao/activities?a=createTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"createTask"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"f9efc040-273a-46b1-b076-e8c7608ca014"},{"name":"Task Create - IN PROGRESS(By Status)","id":"80238b48-0ad4-4a88-9315-4a7ff0756f73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"taskData","value":"{\"priorityCode\":1,\"mode\":\"CREATE\",\"selectedLabelIds\":[2080133],\"assigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"defaultAssigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"workspaceName\":\"Select Space> Board...\",\"priorityStyleObject\":{\"background-color\":\"#dc3545\",\"color\":\"white\"},\"isElementActive\":true,\"subject\":\"Identify resources to be monitored.\",\"datePickerOpen\":true,\"isOpenDatePicker\":false,\"dueDate\":\"09/05/2021\",\"formattedDueDate\":\"Sep 5, 2021\",\"dueDateObject\":\"2021-09-04T18:30:00.000Z\",\"dueColorCode\":\"#008000\",\"dueday\":\"Sun\",\"associatedObjects\":[{\"objectId\":563,\"objectRefId\":2143489,\"objectRefName\":\"Research and improve customer satisfaction\",\"objectName\":\"Key result\"}],\"visibilityName\":{\"id\":1,\"code\":\"PUBLIC\",\"name\":\"Public\"},\"endDate\":\"09/05/2021\",\"activityType\":\"Task\",\"labels\":[{\"id\":\"2080133\",\"labelId\":2080133,\"labelName\":\"Marketing\",\"colorCode\":\"#93c47d\",\"isEnabled\":\"Y\",\"desc\":\"Under Marketing\",\"firmId\":260069,\"agId\":\"260069_2080133\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"creationDate\":\"2021-08-26 03:18:36\",\"lastUpdateDate\":\"2021-08-26 03:18:36\",\"version\":1,\"fontColorCode\":\"black\",\"fontColor\":\"black\"}],\"tags\":[{\"id\":\"2080133\",\"labelId\":2080133,\"labelName\":\"Marketing\",\"colorCode\":\"#93c47d\",\"isEnabled\":\"Y\",\"desc\":\"Under Marketing\",\"firmId\":260069,\"agId\":\"260069_2080133\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"creationDate\":\"2021-08-26 03:18:36\",\"lastUpdateDate\":\"2021-08-26 03:18:36\",\"version\":1,\"fontColorCode\":\"black\",\"fontColor\":\"black\"}],\"statusName\":\"In Progress\",\"statusId\":3,\"statusCode\":3,\"priorityName\":\"High\",\"priorityId\":1,\"categoryName\":\"Design\",\"categoryId\":1}","type":"text"},{"key":"actType","value":"home","type":"text"},{"key":"isCollaborationRefAppEnable","value":"N","type":"text"},{"key":"isFrom","value":"t","type":"text"},{"key":"sortColumn","value":"obs","type":"text"}]},"url":"https://api.profit.co/app/dao/activities?a=createTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"createTask"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"80238b48-0ad4-4a88-9315-4a7ff0756f73"},{"name":"Task Create(By Priority)","id":"9a0c7e22-a1ba-4119-82af-3b69f80e9b51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"taskData","value":"{\"priorityCode\":2,\"mode\":\"CREATE\",\"selectedLabelIds\":[],\"assigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"defaultAssigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"workspaceName\":\"Select Space> Board...\",\"priorityStyleObject\":{\"background-color\":\"#ffc107\",\"color\":\"black\"},\"isElementActive\":true,\"subject\":\"Identify resources to be monitored.\",\"visibilityName\":{\"id\":1,\"code\":\"PUBLIC\",\"name\":\"Public\"},\"activityType\":\"Task\",\"labels\":[],\"tags\":[],\"statusName\":\"Not Started\",\"statusId\":1,\"statusCode\":1,\"priorityName\":\"Medium\",\"priorityId\":2,\"categoryName\":\"Design\",\"categoryId\":1}","type":"text"},{"key":"actType","value":"home","type":"text"},{"key":"isCollaborationRefAppEnable","value":"N","type":"text"},{"key":"isFrom","value":"t","type":"text"},{"key":"sortColumn","value":"obp","type":"text"}]},"url":"https://api.profit.co/app/dao/activities?a=createTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"createTask"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"9a0c7e22-a1ba-4119-82af-3b69f80e9b51"},{"name":"Task Create(By Stage)","id":"6ea29508-1402-40e7-bc08-77d1ccca0ce8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"taskData","value":"{\"priorityCode\":1,\"mode\":\"CREATE\",\"selectedLabelIds\":[2080131],\"bsid\":\"lxmPlnsBwenj9jvBy5rF\",\"assigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"defaultAssigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"}],\"priorityStyleObject\":{\"background-color\":\"#dc3545\",\"color\":\"white\"},\"isElementActive\":true,\"subject\":\"Identify event sources by resource type\",\"datePickerOpen\":true,\"isOpenDatePicker\":false,\"dueDate\":\"08/31/2021\",\"formattedDueDate\":\"Aug 31, 2021\",\"dueDateObject\":\"2021-08-31T03:59:59.000Z\",\"dueColorCode\":\"#008000\",\"dueday\":\"Tues\",\"associatedObjects\":[{\"objectId\":563,\"objectRefId\":2143489,\"objectRefName\":\"Research and improve customer satisfaction\",\"objectName\":\"Key result\"}],\"visibilityName\":{\"id\":1,\"code\":\"PUBLIC\",\"name\":\"Public\"},\"endDate\":\"08/31/2021\",\"activityType\":\"Task\",\"labels\":[{\"id\":\"2080131\",\"labelId\":2080131,\"labelName\":\"Development\",\"colorCode\":\"#2196f3\",\"isEnabled\":\"Y\",\"desc\":\"\",\"firmId\":260069,\"agId\":\"260069_2080131\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"creationDate\":\"2021-08-26 03:17:58\",\"lastUpdateDate\":\"2021-08-26 03:17:58\",\"version\":1,\"fontColorCode\":\"white\",\"fontColor\":\"white\"}],\"tags\":[{\"id\":\"2080131\",\"labelId\":2080131,\"labelName\":\"Development\",\"colorCode\":\"#2196f3\",\"isEnabled\":\"Y\",\"desc\":\"\",\"firmId\":260069,\"agId\":\"260069_2080131\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"creationDate\":\"2021-08-26 03:17:58\",\"lastUpdateDate\":\"2021-08-26 03:17:58\",\"version\":1,\"fontColorCode\":\"white\",\"fontColor\":\"white\"}],\"bids\":[{\"objectId\":\"738\",\"rid\":\"mhmPlnsBwenj9jvBzJos\"}],\"statusName\":\"Not Started\",\"statusId\":1,\"statusCode\":1,\"priorityName\":\"High\",\"priorityId\":1,\"categoryName\":\"Design\",\"categoryId\":1}","type":"text"},{"key":"actType","value":"home","type":"text"},{"key":"isCollaborationRefAppEnable","value":"N","type":"text"},{"key":"isFrom","value":"t","type":"text"},{"key":"sortColumn","value":"wobst","type":"text"}]},"url":"https://api.profit.co/app/dao/activities?a=createTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"createTask"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"6ea29508-1402-40e7-bc08-77d1ccca0ce8"},{"name":"Update Task","id":"ef036976-c596-4bac-bd53-c16ee74e77c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"actType","value":"home","type":"text"},{"key":"activityId","value":"2206422","type":"text"},{"key":"attributeName","value":"[\"dueDate\",\"endDate\"]\n","type":"text"},{"key":"taskData","value":"{\"dueDate\":\"08/31/2021\",\"endDate\":\"08/31/2021\"}\n","type":"text"},{"key":"isRemoveAssignee","value":"false","type":"text"},{"key":"isRemoveAssociatedObject","value":"false","type":"text"},{"key":"activityData","value":"{\"id\":2206422,\"activityId\":2206422,\"activityType\":\"Task\",\"objectId\":6,\"subject\":\"Identify resources to be monitored.\",\"startDate\":\"\",\"duration\":0,\"endDate\":\"08/31/2021\",\"statusName\":\"Scheduled\",\"statusCode\":\"2\",\"statusId\":10001,\"priorityName\":\"High\",\"priorityCode\":\"1\",\"categoryName\":\"Design\",\"categoryId\":1,\"assignedBy\":2115252,\"objectStatus\":0,\"dueDate\":\"08/31/2021\",\"actionQueueId\":\"sV1_lnsBWQ5Na8qaCwoU\",\"assignmentHistory\":[],\"wobs\":1000002,\"wobp\":1000002,\"wobt\":1000002,\"wobd\":1000002,\"wobst\":1000002,\"woba\":1000002,\"obs\":999998,\"obp\":1000002,\"obd\":1000002,\"obt\":1000002,\"ict\":false,\"assigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"removeAssigneeDetails\":[],\"deletedAssignees\":[],\"associatedObjects\":[{\"objectId\":563,\"objectRefId\":2143489,\"objectName\":\"Key result\",\"objectRefName\":\"Research and improve customer satisfaction\",\"parentObjectId\":6,\"parentObjectRefId\":2206422,\"objectChecked\":false,\"isLandscape\":false}],\"removeAssociatedObjects\":[],\"deletedAssociations\":[],\"workLogs\":[],\"reminders\":[],\"deletedReminders\":[],\"children\":[],\"waitTime\":0,\"firmId\":260069,\"customAttributes\":[],\"labels\":[{\"id\":\"46dea3a2-c626-4bcd-84dc-859e8cebae84\",\"labelId\":2080132,\"labelName\":\"Engineering\",\"objectLabelId\":2080132,\"colorCode\":\"#ffff00\",\"isEnabled\":\"Y\",\"desc\":\"\",\"firmId\":260069,\"agId\":\"260069_2080132\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"creationDate\":\"2021-08-26 03:18:18\",\"lastUpdateDate\":\"2021-08-26 03:18:18\",\"version\":1}],\"addresses\":[],\"phoneNumbers\":[],\"emailAddresses\":[],\"metaAttributeMap\":{\"8_employee_fname_attr\":[{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"objectRefName\",\"type\":\"reference\",\"sectionId\":\"sharedWith\",\"rowId\":\"2115252\",\"rowIdName\":\"objectRefId\",\"referenceType\":\"Standard\",\"tableReferenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false},{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"createdByName\",\"type\":\"reference\",\"referenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false},{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"lastUpdatedByName\",\"type\":\"reference\",\"referenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false}],\"8_employee_lname_attr\":[{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"objectRefName\",\"type\":\"reference\",\"sectionId\":\"sharedWith\",\"rowId\":\"2115252\",\"rowIdName\":\"objectRefId\",\"referenceType\":\"Standard\",\"tableReferenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false},{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"createdByName\",\"type\":\"reference\",\"referenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false},{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"lastUpdatedByName\",\"type\":\"reference\",\"referenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false}]},\"metaObjectMap\":{\"563_2143489\":[],\"8_2115252\":[\"8_employee_fname_attr\",\"8_employee_lname_attr\"]},\"metaObjectAttributesList\":[\"8_employee_fname_attr\",\"8_employee_lname_attr\"],\"attributeObjectList\":[{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"objectRefName\",\"type\":\"reference\",\"sectionId\":\"sharedWith\",\"rowId\":\"2115252\",\"rowIdName\":\"objectRefId\",\"referenceType\":\"Standard\",\"tableReferenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false},{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"createdByName\",\"type\":\"reference\",\"referenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false},{\"objectId\":8,\"strObjectRefId\":\"2115252\",\"attributeName\":\"lastUpdatedByName\",\"type\":\"reference\",\"referenceType\":\"Standard\",\"objectChecked\":false,\"isLandscape\":false}],\"metaAttributes\":[\"employee_fname_attr\",\"employee_lname_attr\"],\"metaObjectId\":\"8_2115252\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"Aug 30, 2021 02:58:33 AM\",\"lastUpdateDate\":\"Aug 30, 2021 02:58:33 AM\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":1,\"editDisabled\":false,\"assignedToList\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"assignedByEmployee\":{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\"},\"selectedLabelIds\":[2080132],\"backUpLabelIds\":[2080132],\"createdDateStr\":\"08/30/2021\",\"isOverDue\":true,\"priorityStyleObject\":{\"background-color\":\"#dc3545\",\"color\":\"white\"},\"taskPriorityId\":\"1\",\"statusData\":{\"id\":2,\"lookupCode\":\"SCHEDULED\",\"meaning\":\"Scheduled\",\"description\":\"Be planned.\",\"isEnabled\":\"Y\",\"attribute1\":\"#e67e22\",\"bgColor\":\"#e67e22\",\"txtColor\":\"white\"},\"dueColorCode\":\"#008000\",\"formattedDueDate\":\"Aug 31, 2021\",\"dueDateObject\":\"2021-08-30T18:30:00.000Z\",\"showCompleteButton\":true,\"defaultAssigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"isHaveRecurringType\":\"\",\"isRecurring\":\"N\",\"isActive\":false,\"isKeyResultAssociated\":true,\"associatedKeyResultCount\":1,\"statusColor\":\"#e67e22\",\"assigneeId\":\"\",\"isElementActive\":true,\"datePickerOpen\":false,\"dueday\":\"Wed\"}","type":"text"},{"key":"sourceObjectId","value":"6","type":"text"},{"key":"isAddTag","value":"null","type":"text"},{"key":"isRemoveTag","value":"null","type":"text"}]},"url":"https://api.profit.co/app/dao/activities?a=updateTask&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"updateTask"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"ef036976-c596-4bac-bd53-c16ee74e77c6"},{"name":"Task - Mark As complete","id":"d241b339-7e6d-4fa5-bd25-487794ee061b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.profit.co/app/dao/activities?a=updateActivityWithMarkAsComplete&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>&activityId=2206423","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"updateActivityWithMarkAsComplete"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"},{"key":"activityId","value":"2206423"}],"variable":[]}},"response":[],"_postman_id":"d241b339-7e6d-4fa5-bd25-487794ee061b"},{"name":"Delete Task","id":"267f8ac7-be61-4558-826c-6badf9f35e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.profit.co/app/dao/activities?a=deleteActivity&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>&activityId=2206423&activtyTypeObject=30&objectId=6","urlObject":{"protocol":"https","path":["app","dao","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"deleteActivity"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"},{"key":"activityId","value":"2206423"},{"key":"activtyTypeObject","value":"30"},{"key":"objectId","value":"6"}],"variable":[]}},"response":[],"_postman_id":"267f8ac7-be61-4558-826c-6badf9f35e03"},{"name":"Create WorkSpace","id":"34716bd8-0635-4304-bb1d-c47ef75b0fcf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"icn\":\"star\",\"visibility\":{\"id\":1,\"lookupCode\":\"PUBLIC\",\"meaning\":\"All Employees\",\"isEnabled\":\"Y\",\"isActive\":\"Y\",\"otis\":[8,49,91],\"visibilityImg\":\"/static/profit/P1.22.30/app/ng/src/assets/images/public.png\",\"formattedName\":\"Public\",\"isSelected\":false,\"visibilityId\":1,\"visibilityName\":\"All Employees\"},\"wt\":\"WORKSPACE\",\"owners\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\",\"wt\":0,\"tsv\":null,\"tev\":null}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":false,\"totalWt\":\"0.00\",\"ne\":\"Product Space\",\"al\":[],\"ol\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}]}","type":"text"},{"key":"BOARD","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/activities?a=createWorkspace&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"createWorkspace"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"34716bd8-0635-4304-bb1d-c47ef75b0fcf"},{"name":"Delete Workspace","id":"18036b1e-5379-4860-8dee-055992ce35c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"workspaceId","value":"<WORK_SPACE_ID>","description":"<p>Required: Unique Id for workspace</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/activities?a=deleteWorkspace&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"deleteWorkspace"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"18036b1e-5379-4860-8dee-055992ce35c6"},{"name":"Create Board","id":"1becfa8b-246d-4b4c-8ef0-edb1e79165d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"wt\":\"BOARD\",\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"groupByOption\":{\"code\":\"STAGE\",\"name\":\"Stage\",\"lpCode\":\"TS_MT_STGE\"},\"taskStatus\":{\"id\":1,\"lookupCode\":\"NOT_STARTED\",\"meaning\":\"Not Started\",\"description\":\"This has not yet begun to be used.\",\"isEnabled\":\"Y\",\"attribute1\":\"#c0392b\",\"bgColor\":\"#c0392b\",\"txtColor\":\"white\"},\"aar\":\"Y\",\"se\":\"Y\",\"ws\":[{\"cc\":\"#00ffff\",\"defaultAssigneeList\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"ne\":\"Perception of opportunities\",\"ato\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"isElementActive\":false,\"al\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"wt\":\"BOARD_STAGE\"},{\"cc\":\"#FFC312\",\"defaultAssigneeList\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"ne\":\"Establishing Objectives\",\"ato\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"isElementActive\":false,\"al\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"wt\":\"BOARD_STAGE\"},{\"cc\":\"#e06666\",\"defaultAssigneeList\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"ne\":\"Planning Premises\",\"ato\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"isElementActive\":false,\"al\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"wt\":\"BOARD_STAGE\"}],\"auts\":\"Y\",\"ne\":\"Development\",\"sc\":\"NOT_STARTED\",\"gby\":\"STAGE\",\"asi\":1}","type":"text"},{"key":"pwid","value":"ixmMlnsBwenj9jvBm5qO","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/activities?a=createBoard&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"createBoard"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"1becfa8b-246d-4b4c-8ef0-edb1e79165d7"},{"name":"Update Board","id":"5028684a-f205-453d-8bd6-f5f3eb47e234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"os\":\"0\",\"wt\":\"BOARD\",\"ne\":\"Development - Update\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"ol\":[{\"objectId\":8,\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\",\"objectChecked\":false,\"isLandscape\":false}],\"se\":\"Y\",\"gby\":\"STAGE\",\"auts\":\"Y\",\"sc\":\"NOT_STARTED\",\"ws\":[{\"os\":\"0\",\"wt\":\"BOARD_STAGE\",\"ne\":\"Perception of opportunities\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"cc\":\"#00ffff\",\"firmId\":260069,\"agId\":\"lxmPlnsBwenj9jvBy5rF\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:16:51\",\"lastUpdateDate\":\"2021-08-30 03:16:51\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0,\"defaultAssigneeList\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"isElementActive\":false},{\"os\":\"0\",\"wt\":\"BOARD_STAGE\",\"ne\":\"Establishing Objectives\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"cc\":\"#FFC312\",\"firmId\":260069,\"agId\":\"mBmPlnsBwenj9jvBy5rn\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:16:51\",\"lastUpdateDate\":\"2021-08-30 03:16:51\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0,\"defaultAssigneeList\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"isElementActive\":false},{\"os\":\"0\",\"wt\":\"BOARD_STAGE\",\"ne\":\"Planning Premises\",\"vs\":[{\"visibilityId\":1,\"visibilityName\":\"Public\"}],\"al\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2115252,\"objectRefName\":\"Profit APITest\"}],\"pwid\":\"ixmMlnsBwenj9jvBm5qO\",\"cc\":\"#e06666\",\"firmId\":260069,\"agId\":\"mRmPlnsBwenj9jvBzJoK\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:16:51\",\"lastUpdateDate\":\"2021-08-30 03:16:51\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0,\"defaultAssigneeList\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Profit\",\"lastName\":\"APITest\",\"employeeNumber\":\"1\",\"fullName\":\"Profit APITest\",\"objectId\":8,\"objectRefId\":2115252,\"employeeId\":2115252,\"objectName\":\"Employee\",\"emailId\":\"profitapitesting@berijam.com\",\"nameAsIcon\":\"PA\",\"uniqueColor\":\"#0652DD\",\"objectStatus\":\"0\",\"userId\":2094137,\"okrScoreId\":5,\"name\":\"Profit APITest\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"teamIds\":[2017928],\"ownerTypeId\":8,\"objectRefName\":\"Profit APITest\",\"displayName\":\"Profit APITest\"}],\"isElementActive\":false}],\"asi\":1,\"aar\":\"Y\",\"firmId\":260069,\"agId\":\"mhmPlnsBwenj9jvBzJos\",\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"2021-08-30 03:16:51\",\"lastUpdateDate\":\"2021-08-30 03:16:51\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0,\"isElementActive\":true,\"groupByOption\":{\"code\":\"STAGE\",\"name\":\"Stage\",\"lpCode\":\"TS_MT_STGE\"},\"taskStatus\":{\"id\":1,\"lookupCode\":\"NOT_STARTED\",\"meaning\":\"Not Started\",\"description\":\"This has not yet begun to be used.\",\"isEnabled\":\"Y\",\"attribute1\":\"#c0392b\",\"bgColor\":\"#c0392b\",\"txtColor\":\"white\"}}","type":"text"},{"key":"pwid","value":"ixmMlnsBwenj9jvBm5qO","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/activities?a=updateBoard&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"key":"a","value":"updateBoard"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"5028684a-f205-453d-8bd6-f5f3eb47e234"},{"name":"Delete Board","id":"b8b36d25-fadc-4c94-8f1e-5f9b228de45d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"boardId","value":"<BOARD_ID>","description":"<p>Required: Unique Id for board</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/activities?a=deleteBoard&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","activities"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"deleteBoard"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"b8b36d25-fadc-4c94-8f1e-5f9b228de45d"},{"name":"Strategy Config","id":"f319a951-337b-4a1c-9754-e7c9e03ea761","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/okrsettings?a=getStrategyConfig&objId=<OBJ_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","okrsettings"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getStrategyConfig"},{"description":{"content":"<p>Required: Unique Id - It can be Directives id, Priorities id, Focus Areas id, Measurements id or Initiatives id.</p>\n","type":"text/plain"},"key":"objId","value":"<OBJ_ID>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"f319a951-337b-4a1c-9754-e7c9e03ea761"},{"name":"Directives getAll","id":"a80b4ff2-08f5-4afe-9f72-3f326b657fc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getAllDirectives&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllDirectives"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"a80b4ff2-08f5-4afe-9f72-3f326b657fc6"},{"name":"Priorities  getAll","id":"472b38fa-ef69-4e32-a174-0d0ea58b6e00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getAllPriorities&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllPriorities"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"472b38fa-ef69-4e32-a174-0d0ea58b6e00"},{"name":"Focus Areas getAll","id":"bb8f5e91-5e8e-4c56-9a83-fbccf12d030c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getAllFocusAreas&sortColumn=focusAreaNo.sortable&sortDir=asc&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllFocusAreas"},{"key":"sortColumn","value":"focusAreaNo.sortable"},{"key":"sortDir","value":"asc"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"bb8f5e91-5e8e-4c56-9a83-fbccf12d030c"},{"name":"Measurements  getAll","id":"3111f4e6-8a9d-4638-ac45-4f7df59ff2a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getAllMeasures&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllMeasures"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"3111f4e6-8a9d-4638-ac45-4f7df59ff2a5"},{"name":"Milestone Pending Approval getAll","id":"ef84aa0e-ff3c-4ec0-a03f-c87349ecfd36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getPendingApprovalMilestones&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getPendingApprovalMilestones"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"ef84aa0e-ff3c-4ec0-a03f-c87349ecfd36"},{"name":"OKRs by Focus Areas getAll","id":"6c5dc95b-28e5-4238-b09d-4df5ac00b7ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getAllFocusAreas&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAllFocusAreas"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"6c5dc95b-28e5-4238-b09d-4df5ac00b7ca"},{"name":"OKRs by Directives","id":"7391f592-098c-4484-b2d9-92f7d5dba806","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=gsbd&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"gsbd"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"7391f592-098c-4484-b2d9-92f7d5dba806"},{"name":"Initiative Create","id":"4aa2ad16-a03b-4971-8b81-c8e33712b823","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"customAttributes\":[],\"initiativeNo\":\"Auto generated number\",\"name\":\"Abu Dhabi energy sector\",\"assignedToObjectRefName\":\"user 2\",\"managerId\":2096509,\"assignedToObjectRefId\":2100697,\"measurements\":[{\"id\":13223,\"name\":\"AST measurements\",\"measurementId\":13223}],\"strategicPlanYear\":2021,\"departmentName\":\"D1\",\"departmentId\":2254074,\"focusAreaName\":\"new focus\",\"focusAreaId\":13481,\"statusName\":\"Not Started\",\"statusId\":1,\"initiativeCategoryName\":\"new one categories\",\"initiativeCategoryId\":2,\"wn\":\"wave 1\",\"wi\":10000}","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=createInitiative&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"createInitiative"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"4aa2ad16-a03b-4971-8b81-c8e33712b823"},{"name":"Initiatives - getAll","id":"7efdc3e0-3dfb-440f-924d-a62b32f584d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getAllInitiatives&sortColumn=initiativeNo.sortable&sortDir=asc&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllInitiatives"},{"key":"sortColumn","value":"initiativeNo.sortable"},{"key":"sortDir","value":"asc"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"7efdc3e0-3dfb-440f-924d-a62b32f584d9"},{"name":"OKRs by Initiatives getAll","id":"a2979d14-64af-4e37-ad8d-98ba763dc066","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getAllInitiatives&isIncludeObjective=true&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllInitiatives"},{"key":"isIncludeObjective","value":"true"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"a2979d14-64af-4e37-ad8d-98ba763dc066"},{"name":"Initiative getById","id":"ad5e1978-5436-4d6b-ae4c-f66383c8fd06","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getInitiativeById&initiativeId=<INITIATIVE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getInitiativeById"},{"description":{"content":"<p>Required: Unique Id of initiative</p>\n","type":"text/plain"},"key":"initiativeId","value":"<INITIATIVE_ID>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"ad5e1978-5436-4d6b-ae4c-f66383c8fd06"},{"name":"Initiative  update(with milestones)","id":"ac492901-b173-4e86-805f-19ebc86724a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"initiativeId\":14257,\"initiativeNo\":\"12\",\"name\":\"Establish operating framework for integrated energy model.\",\"assignedToObjectRefId\":2100697,\"assignedToObjectRefName\":\"user 2\",\"departmentId\":2254074,\"statusId\":1,\"focusAreaId\":13481,\"measurements\":[{\"measurementId\":13223,\"name\":\"AST measurements\",\"version\":0}],\"milestones\":[{\"budgetAmountCurrencyCode\":\"INR\",\"description\":\"<p id=\\\"tinyEle\\\">Kicked Off</p>\",\"name\":\"Kicked Off\",\"milestoneNo\":\"1\",\"budgetAmount\":50000,\"wt\":25,\"cwt\":25,\"targetMonth\":\"01/09/2021\"},{\"budgetAmountCurrencyCode\":\"INR\",\"milestoneNo\":\"2\",\"name\":\"Requirement\",\"description\":\"<p id=\\\"tinyEle\\\">Requirement</p>\",\"budgetAmount\":50000,\"cwt\":50,\"wt\":25,\"targetMonth\":\"01/10/2021\"},{\"budgetAmountCurrencyCode\":\"INR\",\"milestoneNo\":\"3\",\"name\":\"Design\",\"description\":\"<p id=\\\"tinyEle\\\">Design</p>\",\"budgetAmount\":50000,\"wt\":10,\"cwt\":60,\"targetMonth\":\"01/10/2021\"},{\"budgetAmountCurrencyCode\":\"INR\",\"name\":\"Development\",\"milestoneNo\":\"4\",\"description\":\"<p id=\\\"tinyEle\\\">Development</p>\",\"budgetAmount\":150000,\"cwt\":80,\"wt\":20,\"targetMonth\":\"01/11/2021\"},{\"budgetAmountCurrencyCode\":\"INR\",\"milestoneNo\":\"5\",\"name\":\"Release\",\"description\":\"<p id=\\\"tinyEle\\\">Release</p>\",\"budgetAmount\":100000,\"wt\":20,\"cwt\":100,\"targetMonth\":\"01/12/2021\"}],\"initiativeCategoryId\":2,\"wi\":10000,\"objectStatus\":\"0\",\"ob\":10010,\"firmId\":254137,\"customAttributes\":[],\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:30:04\",\"lastUpdateDate\":\"2021-09-07 03:30:04\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":1,\"sortNumber\":\"000000000000000000000000000000000000000000000000000000000012\",\"initiativePlannedFrom\":\"01/09/2021\",\"initiativePlannedTo\":\"31/12/2021\",\"strategicPlanYear\":2021,\"strategic_plan_year_select\":null,\"departmentName\":\"D1\",\"focusAreaName\":\"new focus\",\"statusName\":\"Not Started\",\"initiativeCategoryName\":\"new one categories\",\"wn\":\"wave 1\"}","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=updateInitiative&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"updateInitiative"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"ac492901-b173-4e86-805f-19ebc86724a9"},{"name":"Initiative Delete","id":"939440ef-36c9-4e80-9a05-7a87c185a3d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"initiativeId","value":"<INITIATIVE_ID>","description":"<p>Required: Unique Id of initiative</p>\n","type":"text"},{"key":"isDeleteEntireHierarchy","value":"Y","description":"<p>Required: boolean to identify whether delete the entire initiative hierarchy or not</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=deleteInitiative&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"deleteInitiative"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"939440ef-36c9-4e80-9a05-7a87c185a3d2"},{"name":"OKR Create(With initiative)","id":"4a5fd6be-745b-4d41-a436-3b2ff04533e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"objectiveIds","value":"[]","type":"text"},{"key":"sharedObjectiveIds","value":"[]","type":"text"},{"key":"addedOkrs","value":"[]","type":"text"},{"key":"removedOkrs","value":"[]","type":"text"},{"key":"ownerTypeId","value":"<OWNER_TYPE_ID>","description":"<p>Required: It is an integer field and the value can be 8 for Individual Level (Employee) OKRs, 49 for department level OKRs, 91 for team level OKRs and 1 for Corporate (Company) level OKRs.</p>\n","type":"text"},{"key":"ownerId","value":"<OWNER_ID>","description":"<p>Required: It can be employee id, department id, team id or firm id (You have to pass this value based on the owner type id and you can refer the Get departments, teams and employees APIs)</p>\n","type":"text"},{"key":"isAddAsKr","value":"Y","type":"text"},{"key":"objectiveData","value":"{\"ownerId\":2096509,\"ownerTypeId\":8,\"visibilities\":[{\"id\":1,\"lookupCode\":\"PUBLIC\",\"meaning\":\"All Employees\",\"description\":\"All Employees can see this OKR\",\"isEnabled\":\"Y\",\"isActive\":\"Y\",\"otis\":[91,49,8],\"visibilityImg\":\"/static/profit/P1.22.50/app/ng/src/assets/images/public.png\",\"formattedName\":\"All Employees\",\"isSelected\":false,\"visibilityId\":1,\"visibilityName\":\"All Employees\"}],\"periodId\":21,\"periodType\":\"QUARTER\",\"targetStartDate\":\"01/07/2021\",\"targetEndDate\":\"30/09/2021\",\"periodName\":\"Q3-2021\",\"selectedItems\":[1],\"selectedPeriodMonth\":\"Q3-2021\",\"customAttributes\":[{\"customAttributeId\":\"IN_1\",\"customAttributeValue\":\"Test\",\"customAttributeType\":\"input\",\"customAttributeTagName\":\"input_1618287314230\",\"customAttributeName\":\"input_1618287314230\",\"attributeValues\":[],\"input_1618287314230\":\"Test\",\"fieldType\":\"NUMBER\"}],\"shareOkrs\":[],\"sharedEmployees\":[],\"keyResultsIdx\":[],\"objectiveName\":\"Initiative Based OKR\",\"initiative\":{\"initiativeId\":14257,\"initiativeNo\":\"12\",\"name\":\"Establish operating framework for integrated energy model.\",\"strategicPlanYear\":2021,\"assignedToObjectRefId\":2100697,\"assignedToObjectRefName\":\"user 2\",\"departmentId\":2254074,\"departmentName\":\"D1\",\"statusId\":1,\"statusName\":\"Not Started\",\"focusAreaName\":\"new focus\",\"focusAreaId\":13481,\"measurements\":[{\"measurementId\":13223,\"name\":\"AST measurements\",\"version\":0}],\"initiativePlannedFrom\":\"01/09/2021\",\"initiativePlannedTo\":\"31/12/2021\",\"milestones\":[{\"milestoneId\":14379,\"milestoneNo\":\"1\",\"name\":\"Kicked Off\",\"description\":\"<p id=\\\"tinyEle\\\">Kicked Off</p>\",\"budgetAmount\":50000,\"targetMonth\":\"2021-09-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":25,\"cwt\":25,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0},{\"milestoneId\":14380,\"milestoneNo\":\"2\",\"name\":\"Requirement\",\"description\":\"<p id=\\\"tinyEle\\\">Requirement</p>\",\"budgetAmount\":50000,\"targetMonth\":\"2021-10-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":25,\"cwt\":50,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0},{\"milestoneId\":14381,\"milestoneNo\":\"3\",\"name\":\"Design\",\"description\":\"<p id=\\\"tinyEle\\\">Design</p>\",\"budgetAmount\":50000,\"targetMonth\":\"2021-10-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":10,\"cwt\":60,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0},{\"milestoneId\":14382,\"milestoneNo\":\"4\",\"name\":\"Development\",\"description\":\"<p id=\\\"tinyEle\\\">Development</p>\",\"budgetAmount\":150000,\"targetMonth\":\"2021-11-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":20,\"cwt\":80,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0},{\"milestoneId\":14383,\"milestoneNo\":\"5\",\"name\":\"Release\",\"description\":\"<p id=\\\"tinyEle\\\">Release</p>\",\"budgetAmount\":100000,\"targetMonth\":\"2021-12-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":20,\"cwt\":100,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0}],\"initiativeCategoryId\":2,\"initiativeCategoryName\":\"new one categories\",\"budgetAmount\":400000,\"noOfMonths\":4,\"averageMonthlyProgess\":25,\"currentMonthProgress\":0,\"progressStatus\":\"Not Started\",\"wi\":10000,\"wn\":\"wave 1\",\"objectStatus\":\"0\",\"ob\":10010,\"firmId\":254137,\"customAttributes\":[],\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:30:04\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":1,\"sortNumber\":\"000000000000000000000000000000000000000000000000000000000012\"},\"initiativeName\":\"Establish operating framework for integrated energy model.\",\"delegateOkrs\":[],\"delegationTypeName\":null,\"delegationTypeId\":null,\"kwe\":\"N\",\"objectiveStatusName\":\"Not Started\",\"objectiveStatusId\":5,\"initiativeId\":14257,\"initiativeNo\":\"12\",\"ocn\":\"Strategic Initiative\",\"oci\":1,\"wn\":\"wave 1\",\"wi\":10000,\"mn\":\"Kicked Off\",\"mi\":14379,\"ato\":[]}","description":"<p>Required: Objective details to be created</p>\n","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"4a5fd6be-745b-4d41-a436-3b2ff04533e8"},{"name":"OKR Update(With initiative)","id":"d1a9fcbd-46db-49c8-be34-6f89afd66564","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"objectiveIds","value":"[]","type":"text"},{"key":"sharedObjectiveIds","value":"[]","type":"text"},{"key":"addedOkrs","value":"[]","type":"text"},{"key":"removedOkrs","value":"[]","type":"text"},{"key":"ownerTypeId","value":"<OWNER_TYPE_ID>","description":"<p>Required: It is an integer field and the value can be 8 for Individual Level (Employee) OKRs, 49 for department level OKRs, 91 for team level OKRs and 1 for Corporate (Company) level OKRs.</p>\n","type":"text"},{"key":"ownerId","value":"<OWNER_ID>","description":"<p>Required: It can be employee id, department id, team id or firm id (You have to pass this value based on the owner type id and you can refer the Get departments, teams and employees APIs)</p>\n","type":"text"},{"key":"objectiveId","value":"<OBJECTIVE_ID>","description":"<p>Required: Unique Id of the OKR</p>\n","type":"text"},{"key":"isAddAsKr","value":"Y","type":"text"},{"key":"syncChanges","value":"Y","type":"text"},{"key":"objectiveData","value":"{\"objectiveId\":2120452,\"objectiveName\":\"Initiative Based OKR\",\"objectiveStatusId\":5,\"objectiveStatusName\":\"Not Started\",\"periodId\":21,\"periodName\":\"Q3-2021\",\"progress\":0,\"keyResults\":[],\"isWatched\":false,\"watchers\":[],\"sharedOkrs\":[],\"delegationOkrs\":[],\"visibilities\":[{\"visibilityId\":1,\"visibilityName\":\"All Employees\"}],\"delegateOkrs\":[],\"objectStatus\":\"0\",\"ownerTypeId\":8,\"ownerId\":2096509,\"createdEmployeeId\":2096509,\"orderedBy\":2150,\"alignedWithMeOkrs\":[],\"alignedWithOthersOkrs\":[],\"targetStartDate\":\"01/07/2021\",\"targetEndDate\":\"30/09/2021\",\"confidencePercentage\":0,\"initiativeId\":14257,\"initiativeNo\":\"12\",\"initiativeName\":\"Establish operating framework for integrated energy model.\",\"periodType\":\"QUARTER\",\"isTr\":\"Y\",\"isPr\":\"Y\",\"mi\":14380,\"mn\":\"Requirement\",\"wi\":10000,\"wn\":\"wave 1\",\"oci\":1,\"ocn\":\"Strategic Initiative\",\"wt\":0,\"awt\":0,\"kwe\":\"N\",\"avgSc\":0,\"ato\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2096509,\"objectRefName\":\"Gcp Test\"}],\"pp\":74.7252,\"awtp\":0,\"firmId\":254137,\"customAttributes\":[{\"customAttributeId\":\"IN_1\",\"customAttributeName\":\"input_1618287314230\",\"customAttributeValue\":\"Test\",\"attributeValues\":[],\"customAttributeType\":\"input\",\"fieldType\":\"NUMBER\",\"emptyMap\":{},\"emptyCounterMap\":{},\"customAttributeTagName\":\"input_1618287314230\",\"input_1618287314230\":\"Test\"}],\"lc\":\"en\",\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 16:30:10\",\"lastUpdateDate\":\"2021-09-07 16:49:08\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":4,\"selectedItems\":[1],\"selectedPeriodMonth\":\"Q3-2021\",\"objOwner\":[],\"shareOkrs\":[],\"sharedEmployees\":[],\"initiative\":{\"initiativeId\":14257,\"initiativeNo\":\"12\",\"name\":\"Establish operating framework for integrated energy model.\",\"strategicPlanYear\":2021,\"assignedToObjectRefId\":2100697,\"assignedToObjectRefName\":\"user 2\",\"departmentId\":2254074,\"departmentName\":\"D1\",\"statusId\":1,\"statusName\":\"Not Started\",\"focusAreaName\":\"new focus\",\"focusAreaId\":13481,\"measurements\":[{\"measurementId\":13223,\"name\":\"AST measurements\",\"version\":0}],\"initiativePlannedFrom\":\"01/09/2021\",\"initiativePlannedTo\":\"31/12/2021\",\"milestones\":[{\"milestoneId\":14379,\"milestoneNo\":\"1\",\"name\":\"Kicked Off\",\"description\":\"<p id=\\\"tinyEle\\\">Kicked Off</p>\",\"budgetAmount\":50000,\"progress\":0,\"targetMonth\":\"2021-09-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":25,\"awt\":0,\"cwt\":25,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":1},{\"milestoneId\":14380,\"milestoneNo\":\"2\",\"name\":\"Requirement\",\"description\":\"<p id=\\\"tinyEle\\\">Requirement</p>\",\"budgetAmount\":50000,\"targetMonth\":\"2021-10-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":25,\"cwt\":50,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0},{\"milestoneId\":14381,\"milestoneNo\":\"3\",\"name\":\"Design\",\"description\":\"<p id=\\\"tinyEle\\\">Design</p>\",\"budgetAmount\":50000,\"targetMonth\":\"2021-10-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":10,\"cwt\":60,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0},{\"milestoneId\":14382,\"milestoneNo\":\"4\",\"name\":\"Development\",\"description\":\"<p id=\\\"tinyEle\\\">Development</p>\",\"budgetAmount\":150000,\"targetMonth\":\"2021-11-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":20,\"cwt\":80,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0},{\"milestoneId\":14383,\"milestoneNo\":\"5\",\"name\":\"Release\",\"description\":\"<p id=\\\"tinyEle\\\">Release</p>\",\"budgetAmount\":100000,\"targetMonth\":\"2021-12-01 00:00:00\",\"initiativeId\":14257,\"initiativeNo\":\"12\",\"wt\":20,\"cwt\":100,\"objectStatus\":\"0\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:40:59\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0}],\"initiativeCategoryId\":2,\"initiativeCategoryName\":\"new one categories\",\"budgetAmount\":400000,\"noOfMonths\":4,\"averageMonthlyProgess\":25,\"currentMonthProgress\":0,\"progressStatus\":\"On-Going Delayed\",\"estimatedProgressCompleted\":0,\"wi\":10000,\"wn\":\"wave 1\",\"objectStatus\":\"0\",\"ob\":10010,\"firmId\":254137,\"customAttributes\":[],\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-09-07 03:30:04\",\"lastUpdateDate\":\"2021-09-07 03:40:59\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":2,\"sortNumber\":\"000000000000000000000000000000000000000000000000000000000012\"},\"okrLevel\":{\"code\":\"INDIVIDUAL_OKRS\",\"ownerId\":2096509,\"ownerTypeId\":8,\"name\":\"My Individual OKRs\"},\"delegationTypeName\":null,\"delegationTypeId\":null}","description":"<p>Required: Objective details to be updated.</p>\n","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/objective?a=update&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"update"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"d1a9fcbd-46db-49c8-be34-6f89afd66564"},{"name":"KR Check-in(With actual amount)","id":"3bef8b64-3e92-4c3b-a71e-a193db42fe8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"actualUpdateDate","value":"<DATE>","description":"<p>Required: actual check-in date based on frequency</p>\n","type":"text"},{"key":"statusName","value":"<STATUS_NAME>","description":"<p>Required: Status Name of the Key result</p>\n","type":"text"},{"key":"statusId","value":"<STATUS_ID>","description":"<p>Required: Status Id of the Key result</p>\n","type":"text"},{"key":"comment","value":"<COMMENT>","description":"<p>Required: Comment for check-in</p>\n","type":"text"},{"key":"value","value":"<VALUE>","description":"<p>Required: Check-in value</p>\n","type":"text"},{"key":"isSetStatus","value":"N","type":"text"},{"key":"objectiveId","value":"<OBJECTIVE_ID>","description":"<p>Required: Unique Id of the OKR which contains the current updating KeyResult.</p>\n","type":"text"},{"key":"keyResultId","value":"<KEY_RESULT_ID>","description":"<p>Required: Unique Id of the KR</p>\n","type":"text"},{"key":"customAttributes","value":"[{\"customAttributeId\":\"DA_1\",\"customAttributeValue\":\"\",\"customAttributeType\":\"date\",\"customAttributeTagName\":\"date_1616496364070\",\"customAttributeName\":\"date_1616496364070\",\"attributeValues\":[]},{\"customAttributeId\":\"TA_3\",\"customAttributeValue\":\"\",\"customAttributeType\":\"textarea\",\"customAttributeTagName\":\"textarea_1616496377549\",\"customAttributeName\":\"textarea_1616496377549\",\"attributeValues\":[]},{\"customAttributeId\":\"NU_2\",\"customAttributeValue\":\"\",\"customAttributeType\":\"number\",\"customAttributeTagName\":\"number_1616496367148\",\"customAttributeName\":\"number_1616496367148\",\"attributeValues\":[]}]","type":"text"},{"key":"actualAmount","value":"<ACTUAL_AMOUNT>","description":"<p>Required: actual amount value to achieve milestone</p>\n","type":"text"},{"key":"taggedObjectRefIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/keyresult?a=addStatus&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","keyresult"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"addStatus"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"3bef8b64-3e92-4c3b-a71e-a193db42fe8c"},{"name":"Initiate Reviews","id":"d617614e-395b-42d4-b595-3b7496b0fd96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"reviewData","value":"{\"customAttributes\":[],\"rs\":\"ALL\",\"tmpName\":\"All\",\"ti\":200,\"tc\":\"STANDARD\",\"tn\":\"Standard\",\"tname\":\"Standard\",\"iaae\":\"N\",\"schedulerLevels\":[{\"code\":\"SELF_ASSESSMENT\",\"ne\":\"Self Assessment \",\"reviewAccessType\":\"Employee\",\"minDate\":\"2021-09-07T18:30:00.000Z\",\"ed\":\"15/09/2021\",\"formattedEd\":\"2021-09-15T04:10:01.000Z\"},{\"code\":\"MANAGER\",\"ne\":\"Manager Assessment\",\"reviewAccessType\":\"Manager\",\"ie\":\"Y\",\"minDate\":\"2021-09-07T18:30:00.000Z\",\"ed\":\"20/09/2021\",\"formattedEd\":\"2021-09-20T04:10:01.000Z\"},{\"code\":\"PEER_ASSESSMENT\",\"ne\":\"Peer Assessment\",\"reviewAccessType\":\"Custom List\",\"ie\":\"Y\",\"minDate\":\"2021-09-07T18:30:00.000Z\",\"ed\":\"25/09/2021\",\"formattedEd\":\"2021-09-25T04:10:01.000Z\"},{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager's Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\",\"ed\":\"27/09/2021\",\"formattedEd\":\"2021-09-27T04:10:01.000Z\"},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"nae\":\"N\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\"}],\"periodName\":[{\"periodId\":21,\"periodName\":\"Q3-2021\",\"periodCode\":\"OCT-2021\"}],\"name\":\"Employee Performance Review Q3 - 2021\",\"description\":\"<p id=\\\"tinyEle\\\" class=\\\"\\\" data-after-content=\\\"\\\">Test Description</p>\",\"jbObject\":\"2021-05-31T18:30:00.000Z\",\"jb\":\"01/06/2021\",\"rvsh\":\"Y\",\"dbed\":\"2\",\"extdys\":5,\"isAutoCloseEnabled\":true,\"autoClosedOnObject\":\"2021-09-30T04:10:01.000Z\",\"autoClosedOn\":\"30/09/2021\",\"tempAutoClosedOn\":\"30/09/2021\",\"formatedAutoClosedOn\":\"2021-09-30T04:10:01.000Z\",\"gracePeriod\":\"5\",\"reviewPeriods\":[{\"calendarPeriodId\":21,\"calendarType\":\"Accounting\",\"periodName\":\"SEP-2021\",\"periodCode\":\"SEP-2021\",\"periodNumber\":9,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q3\",\"quarterStartDate\":\"2021-07-01 00:00:00\",\"quarterEndDate\":\"2021-09-30 00:00:00\",\"calendarId\":2014315,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-09-01 00:00:00\",\"endDate\":\"2021-09-30 00:00:00\",\"firmId\":254137,\"version\":0}],\"prp\":[{\"code\":\"SELF_ASSESSMENT\",\"ne\":\"Self Assessment \",\"reviewAccessType\":\"Employee\",\"minDate\":\"2021-09-07T18:30:00.000Z\",\"ed\":\"15/09/2021\",\"formattedEd\":\"2021-09-15T04:10:01.000Z\"},{\"code\":\"MANAGER\",\"ne\":\"Manager Assessment\",\"reviewAccessType\":\"Manager\",\"ie\":\"Y\",\"minDate\":\"2021-09-07T18:30:00.000Z\",\"ed\":\"20/09/2021\",\"formattedEd\":\"2021-09-20T04:10:01.000Z\"},{\"code\":\"PEER_ASSESSMENT\",\"ne\":\"Peer Assessment\",\"reviewAccessType\":\"Custom List\",\"ie\":\"Y\",\"minDate\":\"2021-09-07T18:30:00.000Z\",\"ed\":\"25/09/2021\",\"formattedEd\":\"2021-09-25T04:10:01.000Z\"},{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager's Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\",\"ed\":\"27/09/2021\",\"formattedEd\":\"2021-09-27T04:10:01.000Z\"},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"nae\":\"N\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\"}]}","description":"<p>Required: Review details to be created</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/reviews?a=initiateReviews&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"initiateReviews"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"d617614e-395b-42d4-b595-3b7496b0fd96"},{"name":"Review  getById","id":"8e77fa47-8763-42e4-b29a-76f2fe242234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"reviewId","value":"<REVIEW_ID>","description":"<p>Required: Review Id</p>\n","type":"text"},{"key":"includeCriteriaResponse","value":"true","type":"text"},{"key":"tab","value":"INITIATE_REVIEWS","description":"<p>Required: Page Identifier.</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/reviews?a=getById&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getById"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"8e77fa47-8763-42e4-b29a-76f2fe242234"},{"name":"Review  Update","id":"dc04f391-6607-438e-81a1-e4c8c43af16d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"reviewData","value":"{\"reviewId\":136043,\"name\":\"Employee Performance Review Q3 - 2021\",\"description\":\"<p id=\\\"tinyEle\\\" class=\\\"\\\" data-after-content=\\\"\\\">Test Description</p>\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":21,\"calendarType\":\"Accounting\",\"periodName\":\"SEP-2021\",\"periodCode\":\"SEP-2021\",\"periodNumber\":9,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q3\",\"quarterStartDate\":\"2021-07-01 00:00:00\",\"quarterEndDate\":\"2021-09-30 00:00:00\",\"calendarId\":2014315,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-09-01 00:00:00\",\"endDate\":\"2021-09-30 00:00:00\",\"firmId\":254137,\"version\":0}],\"reviewStartDate\":\"2021-07-01 00:00:00\",\"reviewEndDate\":\"2021-09-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2096509,\"autoClosedOn\":\"30/09/2021\",\"gracePeriod\":\"2\",\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Outstanding\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Commendable\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Satisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Need Improvements\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"ato\":[],\"rs\":\"ALL\",\"jb\":\"01/06/2021\",\"tuc\":3,\"rk\":\"338723t9v273P4RObKN0364uqzf3K7Bf\",\"srae\":\"Y\",\"sae\":\"Y\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"prp\":[{\"ne\":\"Self Assessment \",\"code\":\"SELF_ASSESSMENT\",\"ed\":\"2021-09-15 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-14T18:30:00.000Z\",\"fed\":\"2021-09-15T18:29:59.000Z\",\"formattedEd\":\"15/09/2021\",\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"Manager Assessment\",\"ie\":\"Y\",\"code\":\"MANAGER\",\"ed\":\"2021-09-20 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-19T18:30:00.000Z\",\"fed\":\"2021-09-20T18:29:59.000Z\",\"formattedEd\":\"20/09/2021\",\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"Peer Assessment\",\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"ed\":\"2021-09-25 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-24T18:30:00.000Z\",\"fed\":\"2021-09-25T18:29:59.000Z\",\"formattedEd\":\"25/09/2021\",\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager's Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"ed\":\"2021-09-27 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-26T18:30:00.000Z\",\"fed\":\"2021-09-27T18:29:59.000Z\",\"formattedEd\":\"27/09/2021\",\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"nae\":\"N\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\"}],\"gds\":[],\"dbed\":2,\"rvsh\":\"Y\",\"extdys\":5,\"firmId\":254137,\"customAttributes\":[],\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"creationDate\":\"2021-09-07 22:28:34\",\"lastUpdateDate\":\"2021-09-07 22:28:34\",\"version\":1,\"tname\":\"Standard\",\"autoClosedOnObject\":\"2021-09-29T18:30:00.000Z\",\"tempAutoClosedOn\":\"30/09/2021\",\"formatedAutoClosedOn\":\"30/09/2021\",\"periodName\":[{\"periodName\":\"Q3-2021\",\"periodId\":21,\"periodCode\":\"SEP-2021\"}],\"tmpName\":\"All\",\"isAutoCloseEnabled\":true,\"schedulerLevels\":[{\"ne\":\"Self Assessment \",\"code\":\"SELF_ASSESSMENT\",\"ed\":\"2021-09-15 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-14T18:30:00.000Z\",\"fed\":\"2021-09-15T18:29:59.000Z\",\"formattedEd\":\"15/09/2021\",\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"Manager Assessment\",\"ie\":\"Y\",\"code\":\"MANAGER\",\"ed\":\"2021-09-20 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-19T18:30:00.000Z\",\"fed\":\"2021-09-20T18:29:59.000Z\",\"formattedEd\":\"20/09/2021\",\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"Peer Assessment\",\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"ed\":\"2021-09-25 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-24T18:30:00.000Z\",\"fed\":\"2021-09-25T18:29:59.000Z\",\"formattedEd\":\"25/09/2021\",\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager's Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"ed\":\"2021-09-27 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-26T18:30:00.000Z\",\"fed\":\"2021-09-27T18:29:59.000Z\",\"formattedEd\":\"27/09/2021\",\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\"},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"nae\":\"N\",\"version\":0,\"minDate\":\"2021-09-07T18:30:00.000Z\"}]}","description":"<p>Required: Review details to be updated</p>\n","type":"text"},{"key":"mode","value":"UPDATE","description":"<p>Required: action type</p>\n","type":"text"},{"key":"modifiedFields","value":"[\"autoClosedOn\",\"gracePeriod\"]","description":"<p>Required: Fileds to be modified.</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/reviews?a=updateReview&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"updateReview"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"dc04f391-6607-438e-81a1-e4c8c43af16d"},{"name":"Submit Review","id":"e52483be-a97f-4b6e-b8a4-1a008f6f3d2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"reviewData","value":"{\"reviewId\":136044,\"objectId\":8,\"objectRefId\":2096509,\"name\":\"Employee Performance Review Q3 - 2021\",\"description\":\"<p id=\\\"tinyEle\\\" class=\\\"\\\" data-after-content=\\\"\\\">Test Description</p>\",\"statusId\":2,\"objectStatus\":\"0\",\"reviewers\":[{\"objectId\":8,\"objectRefId\":2100696,\"objectChecked\":false,\"isLandscape\":false,\"statusCode\":\"NOT_STARTED\",\"paby\":\"EMPLOYEE\",\"ed\":\"2021-09-25 23:59:59\"},{\"objectId\":8,\"objectRefId\":2100697,\"objectChecked\":false,\"isLandscape\":false,\"statusCode\":\"NOT_STARTED\",\"paby\":\"EMPLOYEE\",\"irep\":\"Y\",\"ed\":\"2021-09-25 23:59:59\"}],\"reviewType\":\"EMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":21,\"calendarType\":\"Accounting\",\"periodName\":\"SEP-2021\",\"periodCode\":\"SEP-2021\",\"periodNumber\":9,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q3\",\"quarterStartDate\":\"2021-07-01 00:00:00\",\"quarterEndDate\":\"2021-09-30 00:00:00\",\"calendarId\":2014315,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-09-01 00:00:00\",\"endDate\":\"2021-09-30 00:00:00\",\"firmId\":254137,\"version\":0}],\"reviewStartDate\":\"2021-07-01 00:00:00\",\"reviewEndDate\":\"2021-09-30 00:00:00\",\"parentReviewId\":136043,\"reviewResponses\":[{\"reviewId\":136044,\"reviewedByObjId\":8,\"reviewedByObjRefId\":2096509,\"criteriaId\":10,\"reviewedForObjId\":8,\"reviewedForObjRefId\":2096509,\"ratingId\":3,\"ratingLevel\":\"INDIVIDUAL\",\"ratingScore\":3,\"cgid\":999999},{\"reviewId\":136044,\"reviewedByObjId\":8,\"reviewedByObjRefId\":2096509,\"criteriaId\":1,\"reviewedForObjId\":8,\"reviewedForObjRefId\":2096509,\"ratingId\":5,\"comments\":\"<p id=\\\"tinyEle\\\">Test Comment</p>\",\"ratingLevel\":\"INDIVIDUAL\",\"ratingScore\":5,\"cgid\":999999},{\"reviewId\":136044,\"reviewedByObjId\":8,\"reviewedForObjId\":8,\"reviewedByObjRefId\":2096509,\"reviewedForObjRefId\":2096509,\"ratingLevel\":\"REVIEW_CONVERSATION_FEEDBACK\",\"customAttributes\":[]}],\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2096509,\"autoClosedOn\":\"2021-09-30 00:00:00\",\"gracePeriod\":2,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"reviewRatings\":[{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\",\"actualValue\":1},{\"ratingId\":2,\"name\":\"Need Improvements\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\",\"actualValue\":2},{\"ratingId\":3,\"name\":\"Satisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\",\"actualValue\":3},{\"ratingId\":4,\"name\":\"Commendable\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\",\"actualValue\":4},{\"ratingId\":5,\"name\":\"Outstanding\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\",\"actualValue\":5}],\"aqId\":\"kF3hw3sBWQ5Na8qaHYfR\",\"rk\":\"29Vl12765D10kc69685m1784G5S25w4q\",\"srae\":\"Y\",\"sae\":\"Y\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"prp\":[{\"ne\":\"Self Assessment \",\"code\":\"SELF_ASSESSMENT\",\"ed\":\"2021-09-15 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-14T18:30:00.000Z\"},{\"ne\":\"Manager Assessment\",\"ie\":\"Y\",\"code\":\"MANAGER\",\"ed\":\"2021-09-20 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-19T18:30:00.000Z\"},{\"ne\":\"Peer Assessment\",\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"ed\":\"2021-09-25 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-24T18:30:00.000Z\"},{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager's Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"ed\":\"2021-09-27 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-26T18:30:00.000Z\"},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"nae\":\"N\",\"version\":0}],\"rvsh\":\"Y\",\"firmId\":254137,\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"creationDate\":\"2021-09-08 10:58:34\",\"lastUpdateDate\":\"2021-09-08 11:09:15\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":3,\"employeeIdx\":{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"iwte\":\"Y\",\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"objectRefName\":\"Gcp Test\",\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8,\"ROLE\":\"EMPLOYEE\"},\"parentReview\":{\"reviewId\":136043,\"name\":\"Employee Performance Review Q3 - 2021\",\"description\":\"<p id=\\\"tinyEle\\\" class=\\\"\\\" data-after-content=\\\"\\\">Test Description</p>\",\"statusId\":1,\"statusName\":\"Self Assessment\",\"objectStatus\":\"0\",\"reviewType\":\"MASTEREMPLOYEE\",\"reviewPeriods\":[{\"calendarPeriodId\":21,\"calendarType\":\"Accounting\",\"periodName\":\"SEP-2021\",\"periodCode\":\"SEP-2021\",\"periodNumber\":9,\"fiscalYear\":\"FY 2021\",\"quarter\":\"Q3\",\"quarterStartDate\":\"2021-07-01 00:00:00\",\"quarterEndDate\":\"2021-09-30 00:00:00\",\"calendarId\":2014315,\"year\":2021,\"periodStatus\":\"Never Opened\",\"startDate\":\"2021-09-01 00:00:00\",\"endDate\":\"2021-09-30 00:00:00\",\"firmId\":254137,\"version\":0}],\"reviewStartDate\":\"2021-07-01 00:00:00\",\"reviewEndDate\":\"2021-09-30 00:00:00\",\"masterReviewStatusCode\":\"INITIATED\",\"initiatedBy\":2096509,\"autoClosedOn\":\"2021-09-30 00:00:00\",\"gracePeriod\":2,\"ti\":200,\"tn\":\"Standard\",\"tc\":\"STANDARD\",\"iaae\":\"N\",\"reviewRatings\":[{\"ratingId\":5,\"name\":\"Outstanding\",\"isEnabled\":\"Y\",\"ratingScore\":5,\"colorCode\":\"#58bc8a\"},{\"ratingId\":4,\"name\":\"Commendable\",\"isEnabled\":\"Y\",\"ratingScore\":4,\"colorCode\":\"#9ace69\"},{\"ratingId\":3,\"name\":\"Satisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":3,\"colorCode\":\"#ffeb3c\"},{\"ratingId\":2,\"name\":\"Need Improvements\",\"isEnabled\":\"Y\",\"ratingScore\":2,\"colorCode\":\"#febb50\"},{\"ratingId\":1,\"name\":\"Unsatisfactory\",\"isEnabled\":\"Y\",\"ratingScore\":1,\"colorCode\":\"#fc8b65\"}],\"ato\":[],\"rs\":\"ALL\",\"jb\":\"2021-06-01 00:00:00\",\"tuc\":3,\"rk\":\"GwSk5J40l086F819a93lkS9wV38T58pm\",\"srae\":\"Y\",\"sae\":\"Y\",\"esoce\":\"Y\",\"hsoce\":\"Y\",\"prp\":[{\"ne\":\"Self Assessment \",\"code\":\"SELF_ASSESSMENT\",\"ed\":\"2021-09-15 23:59:59\",\"version\":0},{\"ne\":\"Manager Assessment\",\"ie\":\"Y\",\"code\":\"MANAGER\",\"ed\":\"2021-09-20 23:59:59\",\"version\":0},{\"ne\":\"Peer Assessment\",\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"ed\":\"2021-09-25 23:59:59\",\"version\":0},{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager's Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"ed\":\"2021-09-27 23:59:59\",\"version\":0},{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"nae\":\"N\",\"version\":0}],\"gds\":[],\"dbed\":2,\"rvsh\":\"Y\",\"extdys\":5,\"firmId\":254137,\"customAttributes\":[],\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"creationDate\":\"2021-09-08 10:58:34\",\"lastUpdateDate\":\"2021-09-08 11:09:15\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":2},\"dueDate\":\"15/09/2021\",\"schedulerMap\":{\"SELF_ASSESSMENT\":{\"ne\":\"Self Assessment \",\"code\":\"SELF_ASSESSMENT\",\"ed\":\"2021-09-15 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-14T18:30:00.000Z\"},\"MANAGER\":{\"ne\":\"Manager Assessment\",\"ie\":\"Y\",\"code\":\"MANAGER\",\"ed\":\"2021-09-20 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-19T18:30:00.000Z\"},\"PEER_ASSESSMENT\":{\"ne\":\"Peer Assessment\",\"ie\":\"Y\",\"code\":\"PEER_ASSESSMENT\",\"ed\":\"2021-09-25 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-24T18:30:00.000Z\"},\"SECONDARY_REVIEWER_ASSESSMENT\":{\"ne\":\"Secondary Reviewer Assessment\",\"pps\":[\"Manager's Manager\"],\"ie\":\"Y\",\"code\":\"SECONDARY_REVIEWER_ASSESSMENT\",\"ed\":\"2021-09-27 23:59:59\",\"version\":0,\"endDateObject\":\"2021-09-26T18:30:00.000Z\"},\"EMPLOYEE_SIGN_OFF\":{\"ne\":\"Employee Sign-off\",\"pps\":[\"Employee\"],\"ie\":\"Y\",\"code\":\"EMPLOYEE_SIGN_OFF\",\"version\":0},\"HR_SIGN_OFF\":{\"ne\":\"HR Sign-off\",\"pps\":[\"HR\"],\"ie\":\"Y\",\"code\":\"HR_SIGN_OFF\",\"nae\":\"N\",\"version\":0}},\"activeEmployeeData\":{\"employeeId\":2096509,\"isReviewSubmitted\":false,\"assessmentId\":1},\"backupReviewers\":[],\"disabledObjectRefIds\":[],\"peerObjectRefIdsByStatusCode\":[]}","description":"<p>Required: Review data to be submitted.</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/reviews?a=update&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"update"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"e52483be-a97f-4b6e-b8a4-1a008f6f3d2f"},{"name":"get Review Based Parent Review","id":"5c4d550b-b9e8-4b44-8295-453f702d4f3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/reviews?a=getReviewBasedParentReview&parentReviewId=<REVIEW_ID>&isIncludeEmployeeData=true&employeeId=<EMPLOYEE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getReviewBasedParentReview"},{"description":{"content":"<p>Required: Parent Review Id</p>\n","type":"text/plain"},"key":"parentReviewId","value":"<REVIEW_ID>"},{"key":"isIncludeEmployeeData","value":"true"},{"description":{"content":"<p>Required: Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<EMPLOYEE_ID>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"5c4d550b-b9e8-4b44-8295-453f702d4f3f"},{"name":"Close Review","id":"a39f4cdc-30f8-4c08-adc3-4d795e7dfcaf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"reviewId","value":"<REVIEW_ID>","description":"<p>Required: Unique Id for review</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/reviews?a=closeReview&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"closeReview"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"a39f4cdc-30f8-4c08-adc3-4d795e7dfcaf"},{"name":"Initiated Reviews - getAll","id":"69143e4d-658e-407e-bff7-4bb38e3442e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/reviews?a=getAllReviewsInitiated&type=[\"Active\",\"Past\"]&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllReviewsInitiated"},{"description":{"content":"<p>Required: Filter by types.</p>\n","type":"text/plain"},"key":"type","value":"[\"Active\",\"Past\"]"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"69143e4d-658e-407e-bff7-4bb38e3442e0"},{"name":"getAll  My Reviews","id":"cfbce73d-514a-4999-bccd-27ea8fa75f7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/reviews?a=getEmployeeReviews&objectId=<OBJECT_ID>&objectRefId=<OBJECT_REF_ID>&reviewType=EMPLOYEE&statusIds=[<STATUS_IDS>]&type=MY_REVIEWS&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getEmployeeReviews"},{"description":{"content":"<p>Required : Employee object id 8</p>\n","type":"text/plain"},"key":"objectId","value":"<OBJECT_ID>"},{"description":{"content":"<p>Required : Employee Id</p>\n","type":"text/plain"},"key":"objectRefId","value":"<OBJECT_REF_ID>"},{"key":"reviewType","value":"EMPLOYEE"},{"description":{"content":"<p>Required: Satus Ids for filter</p>\n","type":"text/plain"},"key":"statusIds","value":"[<STATUS_IDS>]"},{"description":{"content":"<p>Required: Unique Identifier</p>\n","type":"text/plain"},"key":"type","value":"MY_REVIEWS"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"cfbce73d-514a-4999-bccd-27ea8fa75f7b"},{"name":"get All  My Directs' Reviews/My Org's Reviews","id":"98415ee8-6404-4587-87a3-65ce78ab5b4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/reviews?a=getAllReviewsInitiated&type=[\"Active\",\"Past\"]&tab=MY_DIRECTS/MY_ORG_REVIEWS&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","dao","v6","reviews"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAllReviewsInitiated"},{"description":{"content":"<p>Required: Filter by types</p>\n","type":"text/plain"},"key":"type","value":"[\"Active\",\"Past\"]"},{"description":{"content":"<p>Required: Page Identifier</p>\n","type":"text/plain"},"key":"tab","value":"MY_DIRECTS/MY_ORG_REVIEWS"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"98415ee8-6404-4587-87a3-65ce78ab5b4d"},{"name":"get All  My Goals / My Orgs' Goals","id":"8f36d27a-56d8-4fd4-b96c-c6b28296419f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/goals?a=getAll&startDate=MM/dd/yyyy&endDate=MM/dd/yyyy&yearStartDate=MM/dd/yyyy&yearEndDate=MM/dd/yyyy&ownerId=<OWNER_ID>&tab=MY_GOALS/MY_ORG_GOALS&filterData={\"customAttributes\":[],\"priorityCodes\":[]}&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","goals"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getAll"},{"description":{"content":"<p>Required: Quarter or target start date</p>\n","type":"text/plain"},"key":"startDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Quarter or target end date</p>\n","type":"text/plain"},"key":"endDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Target start date</p>\n","type":"text/plain"},"key":"yearStartDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Target start date</p>\n","type":"text/plain"},"key":"yearEndDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Unique Id</p>\n","type":"text/plain"},"key":"ownerId","value":"<OWNER_ID>"},{"description":{"content":"<p>Required: Page Identifier</p>\n","type":"text/plain"},"key":"tab","value":"MY_GOALS/MY_ORG_GOALS"},{"key":"filterData","value":"{\"customAttributes\":[],\"priorityCodes\":[]}"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"8f36d27a-56d8-4fd4-b96c-c6b28296419f"},{"name":"Create  Goal","id":"6452b257-6952-4089-9740-274d9f01e38d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"pc\":\"HIGH\",\"pn\":\"High\",\"sc\":\"NOT_STARTED\",\"sn\":\"Not Started\",\"targetStartDate\":\"2021-07-01 00:00:00\",\"targetEndDate\":\"2021-09-30 00:00:00\",\"tsd\":\"01/07/2021\",\"ted\":\"30/09/2021\",\"assigneeDetails\":[],\"periodId\":21,\"otid\":8,\"oid\":2096509,\"customAttributes\":[],\"wt\":\"0.00\",\"defaultAssigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"objectRefName\":\"Gcp Test\",\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8}],\"selectedPeriodMonth\":\"Q3-2021\",\"isAssignAsObjToggle\":false,\"totalWt\":\"0.00\",\"ne\":\"Increase Sales Quote\",\"assigneeName\":\"user 1\",\"goal_assignee_attr-multiReference\":2100696,\"sw\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2100696,\"objectRefName\":\"user 1\"}],\"krs\":[{\"keyResultId\":2142375,\"keyResultName\":\"Increase Accounts Receivable Turnover from 12 to 45\",\"keyResultTypeId\":1,\"keyResultTypeName\":\"Increase KPI\",\"keyResultStatusId\":5,\"keyResultStatusName\":\"Not Started\",\"value\":12,\"keyResultStartValue\":12,\"keyResultEndValue\":45,\"setStatus\":false,\"keyResultHistory\":[{\"date\":\"2021-08-25 02:51:12\",\"keyResultValue\":12,\"statusId\":5,\"statusName\":\"Not Started\",\"oldStatusId\":5,\"oldStatusName\":\"Not Started\",\"oldValue\":12,\"customAttributes\":[],\"version\":0,\"statusColor\":\"#47aaf9\"}],\"objectStatus\":\"0\",\"metricId\":97,\"metricName\":\"Accounts Receivable Turnover\",\"measurementTypeId\":1,\"measurementTypeName\":\"Numeric\",\"nextUpdateTime\":\"2021-09-02 20:30:00\",\"nextUpdateTimeWithGracePeriod\":\"2021-09-04 20:30:00\",\"frequencyStartTime\":\"2021-08-28 09:00:00\",\"objectiveId\":2117049,\"employeeId\":2096509,\"queueMessageId\":\"E8jmI97u8774N3M51pXBX9c1ne32y3E0\",\"periodId\":21,\"periodName\":\"Q3-2021\",\"visibilities\":[],\"frequencies\":[{\"name\":\"Every Friday\",\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6}],\"numFrequenciesToBeUpdated\":1,\"targetStartDate\":\"2021-07-01 00:00:00\",\"targetEndDate\":\"2021-09-30 00:00:00\",\"achievementScore\":0,\"changeHistory\":[{\"id\":1,\"keyresultId\":2142375,\"startValue\":12,\"endValue\":45,\"startDate\":\"2021-08-22 21:27:56\",\"endDate\":\"2021-09-30 00:00:00\",\"effectiveStartDate\":\"2021-07-01 00:00:00\",\"frequencies\":[{\"name\":\"Every Friday\",\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6}],\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"creationDate\":\"2021-08-22 21:27:56\",\"lastUpdateDate\":\"2021-08-22 21:27:56\",\"version\":0}],\"confidencePercentage\":0,\"assignedTo\":[],\"commitmentLevelScore\":0,\"periodType\":\"QUARTER\",\"isTr\":\"Y\",\"isPr\":\"Y\",\"ownerTypeId\":8,\"ownerId\":2096509,\"isAssignAsObj\":\"SUB_KR\",\"akrs\":0,\"akrcs\":0,\"pkrs\":[],\"skrs\":[{\"krid\":2142376,\"objid\":2117049,\"otid\":8,\"oid\":2096509,\"at\":\"TD\",\"wt\":100}],\"skwe\":\"N\",\"sfskre\":\"Y\",\"pp\":60.4395,\"firmId\":254137,\"lc\":\"en\",\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-08-23 09:57:56\",\"lastUpdateDate\":\"2021-08-23 09:57:56\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":4,\"isFromTemplate\":false,\"employeeDetails\":{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"objectRefName\":\"Gcp Test\",\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8},\"keyResultStatus\":{\"id\":5,\"lookupCode\":\"NOT_STARTED\",\"meaning\":\"Not Started\",\"description\":\"This status will indicate on not started\",\"isEnabled\":\"Y\",\"attribute1\":\"#47aaf9\",\"confidencePercentage\":0},\"keyResultType\":{\"id\":1,\"lookupCode\":\"INCREASE_KPI\",\"meaning\":\"Increase KPI\",\"description\":\"You intend to increase the value of a KPI.\",\"isEnabled\":\"Y\",\"cpbh\":\"N\"},\"targetDateStr\":\"01/07/2021 - 30/09/2021\",\"current\":12,\"target\":45,\"isSelected\":false,\"selectedPeriodMonth\":\"Q3-2021\",\"isShortPeriodName\":false,\"formattedTdName\":\"Jul 01 - Sep 30\",\"commitmentLevelIcon\":\" \",\"commitmentLevelProgress\":\"0.00\",\"statusColor\":\"#47aaf9\",\"fontStatusTextColor\":\"white\",\"metricIcon\":\"pt-kr-inc\",\"scd\":true,\"isShowSingleAssigneeIcon\":false,\"delegations\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8,\"displayName\":\"Gcp Test\"}],\"hasValidAssignment\":true,\"addSubKr\":true,\"isAssignAsSubKr\":false,\"keyResultNavUrl\":\"/app/ng/profit.jsp#/pr/performance/my_goals/2117049/view/2142375/view-keyresult/all\",\"keyResultValue\":12,\"options\":{\"id\":1,\"floor\":12,\"ceil\":45,\"step\":0,\"statusColor\":\"#47aaf9\",\"disabled\":true,\"showTicksValues\":false,\"value\":12}},],\"prdId\":21} ","description":"<p>Required: Goal details to be created</p>\n","type":"text"},{"key":"tab","value":"MY_GOALS","description":"<p>Required: Page Identifier</p>\n","type":"text"}]},"url":"https://api.profit.co/app/goals?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","goals"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"6452b257-6952-4089-9740-274d9f01e38d"},{"name":"getById  Goal","id":"0d4a431d-f4e3-4920-9124-0d2c2deef4ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"goalId","value":"<GOAL_ID>","description":"<p>Required: Unique Id for goal.</p>\n","type":"text"}]},"url":"https://api.profit.co/app/goals?a=getById&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","goals"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"getById"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"0d4a431d-f4e3-4920-9124-0d2c2deef4ab"},{"name":"Update Goal","id":"a0390218-64e5-4b6f-9275-2ca27cc3ad9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"ne\":\"Increase Sales Quote\",\"tsd\":\"01/07/2021\",\"ted\":\"30/09/2021\",\"ap\":\"20\",\"os\":\"0\",\"sn\":\"Not Started\",\"sc\":\"NOT_STARTED\",\"pn\":\"Medium\",\"pc\":\"MEDIUM\",\"wt\":0,\"oid\":2096509,\"otid\":8,\"cp\":0,\"prdId\":21,\"krs\":[{\"keyResultId\":2142375,\"keyResultName\":\"Increase Accounts Receivable Turnover from 12 to 45\",\"keyResultTypeId\":1,\"keyResultTypeName\":\"Increase KPI\",\"keyResultStatusId\":5,\"keyResultStatusName\":\"Not Started\",\"keyResultValue\":12,\"value\":12,\"keyResultStartValue\":12,\"keyResultEndValue\":45,\"setStatus\":false,\"keyResultHistory\":[{\"date\":\"2021-08-25 02:51:12\",\"keyResultValue\":12,\"statusId\":5,\"statusName\":\"Not Started\",\"oldStatusId\":5,\"oldStatusName\":\"Not Started\",\"oldValue\":12,\"customAttributes\":[],\"version\":0,\"statusColor\":\"#47aaf9\"}],\"objectStatus\":\"0\",\"metricId\":97,\"metricName\":\"Accounts Receivable Turnover\",\"measurementTypeId\":1,\"measurementTypeName\":\"Numeric\",\"nextUpdateTime\":\"2021-09-02 20:30:00\",\"nextUpdateTimeWithGracePeriod\":\"2021-09-04 20:30:00\",\"frequencyStartTime\":\"2021-08-28 09:00:00\",\"objectiveId\":2117049,\"employeeId\":2096509,\"queueMessageId\":\"E8jmI97u8774N3M51pXBX9c1ne32y3E0\",\"periodId\":21,\"periodName\":\"Q3-2021\",\"visibilities\":[],\"frequencies\":[{\"name\":\"Every Friday\",\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6}],\"numFrequenciesToBeUpdated\":1,\"targetStartDate\":\"2021-07-01 00:00:00\",\"targetEndDate\":\"2021-09-30 00:00:00\",\"achievementScore\":0,\"changeHistory\":[{\"id\":1,\"keyresultId\":2142375,\"startValue\":12,\"endValue\":45,\"startDate\":\"2021-08-22 21:27:56\",\"endDate\":\"2021-09-30 00:00:00\",\"effectiveStartDate\":\"2021-07-01 00:00:00\",\"frequencies\":[{\"name\":\"Every Friday\",\"isEnabled\":true,\"repeatEvery\":\"Week\",\"repeatOn\":\"Every Friday\",\"id\":6}],\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"creationDate\":\"2021-08-22 21:27:56\",\"lastUpdateDate\":\"2021-08-22 21:27:56\",\"version\":0}],\"confidencePercentage\":0,\"assignedTo\":[],\"commitmentLevelScore\":0,\"periodType\":\"QUARTER\",\"isTr\":\"Y\",\"isPr\":\"Y\",\"ownerTypeId\":8,\"ownerId\":2096509,\"isAssignAsObj\":\"SUB_KR\",\"akrs\":0,\"akrcs\":0,\"pkrs\":[],\"skrs\":[{\"krid\":2142376,\"objid\":2117049,\"otid\":8,\"oid\":2096509,\"at\":\"TD\",\"wt\":100}],\"skwe\":\"N\",\"sfskre\":\"Y\",\"pp\":60.4395,\"firmId\":254137,\"lc\":\"en\",\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"2021-08-23 09:57:56\",\"lastUpdateDate\":\"2021-08-23 09:57:56\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":4,\"isFromTemplate\":false,\"employeeDetails\":{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"objectRefName\":\"Gcp Test\",\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8},\"keyResultStatus\":{\"id\":5,\"lookupCode\":\"NOT_STARTED\",\"meaning\":\"Not Started\",\"description\":\"This status will indicate on not started\",\"isEnabled\":\"Y\",\"attribute1\":\"#47aaf9\",\"confidencePercentage\":0},\"keyResultType\":{\"id\":1,\"lookupCode\":\"INCREASE_KPI\",\"meaning\":\"Increase KPI\",\"description\":\"You intend to increase the value of a KPI.\",\"isEnabled\":\"Y\",\"cpbh\":\"N\"},\"targetDateStr\":\"01/07/2021 - 30/09/2021\",\"current\":12,\"target\":45,\"isSelected\":false,\"selectedPeriodMonth\":\"Q3-2021\",\"isShortPeriodName\":false,\"formattedTdName\":\"Jul 01 - Sep 30\",\"commitmentLevelIcon\":\" \",\"commitmentLevelProgress\":\"0.00\",\"statusColor\":\"#47aaf9\",\"fontStatusTextColor\":\"white\",\"metricIcon\":\"pt-kr-inc\",\"scd\":true,\"isShowSingleAssigneeIcon\":false,\"delegations\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8,\"displayName\":\"Gcp Test\"}],\"hasValidAssignment\":true,\"addSubKr\":true,\"isAssignAsSubKr\":false,\"keyResultNavUrl\":\"/app/ng/profit.jsp#/pr/performance/my_goals/2117049/view/2142375/view-keyresult/all\",\"options\":{\"id\":1,\"floor\":12,\"ceil\":45,\"step\":0,\"statusColor\":\"#47aaf9\",\"disabled\":true,\"showTicksValues\":false,\"value\":12}},],\"sw\":[{\"objectId\":8,\"objectname\":\"Employee\",\"objectRefId\":2100696,\"objectRefName\":\"user 1\"}],\"firmId\":254137,\"customAttributes\":[],\"agId\":\"-F3VxHsBWQ5Na8qaZol3\",\"createdBy\":2084198,\"lastUpdatedBy\":2084198,\"createdByName\":\"Gcp Test\",\"creationDate\":\"08/09/2021\",\"lastUpdateDate\":\"08/09/2021\",\"lastUpdatedByName\":\"Gcp Test\",\"version\":0,\"statusColor\":\"#47aaf9\",\"fontStatusTextColor\":\"white\",\"keyResultStatusId\":5,\"targetStartDate\":\"01/07/2021\",\"targetEndDate\":\"30/09/2021\",\"periodId\":21,\"periodType\":\"QUARTER\",\"selectedPeriodMonth\":\"Q3-2021\",\"options\":{\"id\":6,\"floor\":0,\"ceil\":100,\"step\":0,\"lowerLimit\":0,\"upperLimit\":100,\"getPointerColor\":\"#47aaf9\",\"disabled\":false,\"showTicksValues\":false,\"value\":\"20\"},\"formattedTooltip\":\"20\",\"keyResultValue\":\"20\",\"sliderPosition\":\"20\",\"current\":0,\"target\":100,\"tmpKeyResultValue\":\"20\",\"ownerDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"objectRefName\":\"Gcp Test\",\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8,\"displayName\":\"Gcp Test\"}],\"date_1617694043998\":\"30/09/2021\",\"select_1617694034710\":\"Please Choose\",\"date_1617694048558\":null,\"input_1617694016367\":\"\",\"number_1617694021054\":\"\",\"select_1617694022750\":\"\",\"date_1617694019038\":null,\"isActive\":true,\"assigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"objectRefName\":\"Gcp Test\",\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8}],\"defaultAssigneeDetails\":[{\"loginEnabled\":\"Y\",\"firstName\":\"Gcp\",\"lastName\":\"Test\",\"employeeNumber\":\"1\",\"fullName\":\"Gcp Test\",\"objectId\":8,\"objectRefId\":2096509,\"employeeId\":2096509,\"objectName\":\"Employee\",\"emailId\":\"Gcpmobile@berijam.com\",\"nameAsIcon\":\"GT\",\"uniqueColor\":\"#2d3436\",\"objectStatus\":\"0\",\"userId\":2084198,\"okrScoreId\":5,\"jobTitleName\":\"Assistant Vice President\",\"name\":\"Gcp Test\",\"subordinateEmpIds\":[],\"profileImageUrl\":\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\",\"profileBackground\":\"url(\\\"https://d3tftv5yijcm18.cloudfront.net/254137:2084198:10038?fileName=Thumbnail_Title (1).jpg\\\") center\",\"gradeName\":\"\",\"teamIds\":[2017500,2017482,2017463,2017464],\"objectRefName\":\"Gcp Test\",\"departmentIds\":[2254084,2254083,2254080,2254078,2254077,2254076,2254075,2254074,2252397,2252396,2252395,2252177,2244101,2244099],\"ownerTypeId\":8}],\"isAssignAsObjToggle\":false,\"totalWt\":\"0.00\"}","description":"<p>Required: Goal details to be updated.</p>\n","type":"text"},{"key":"tab","value":"MY_GOALS","description":"<p>Required: Page Identifier</p>\n","type":"text"},{"key":"modifiedFields","value":"[\"pn\",\"pc\",\"krs\"]","description":"<p>Required: Fileds to be modified.</p>\n","type":"text"}]},"url":"https://api.profit.co/app/goals?a=update&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","goals"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"update"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"a0390218-64e5-4b6f-9275-2ca27cc3ad9d"},{"name":"Update Progress  Goal","id":"ce842542-90c6-414d-8583-8a2283cdf2ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"sc","value":"<STATUS_CODE>","description":"<p>Required: Unique code for status</p>\n","type":"text"},{"key":"sn","value":"<STATUS_NAME>","description":"<p>Required: Unique Name for status</p>\n","type":"text"},{"key":"progress","value":"<PROGRESS_VALUE>","description":"<p>Required: Progress value for goal to be change</p>\n","type":"text"},{"key":"comment","value":"Test Comment","description":"<p>Optional: Description</p>\n","type":"text"},{"key":"goalId","value":"<GOAL_ID>","description":"<p>Required: Unique Id for goal.</p>\n","type":"text"}]},"url":"https://api.profit.co/app/goals?a=updateGoalProgress&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","goals"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"updateGoalProgress"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"ce842542-90c6-414d-8583-8a2283cdf2ff"},{"name":"Delete Goal","id":"25efbe9e-9829-43fe-9156-c52b0cd15506","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"goalId","value":"<GOAL_ID>","description":"<p>Required: Unique Id for goal.</p>\n","type":"text"},{"key":"tab","value":"MY_GOALS","description":"<p>Required: Page Identifier</p>\n","type":"text"}]},"url":"https://api.profit.co/app/goals?a=delete&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","goals"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"delete"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"25efbe9e-9829-43fe-9156-c52b0cd15506"},{"name":"getAll  Shared Goals","id":"5d20e1cc-fcf0-46c8-8c45-f60be5f640d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/goals?a=gsgls&startDate=MM/dd/yyyy&endDate=MM/dd/yyyy&yearStartDate=MM/dd/yyyy&yearEndDate=MM/dd/yyyy&ownerId=<OWNER_ID>&tab=MY_ORG_GOALS&filterData={\"customAttributes\":[],\"priorityCodes\":[]}&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","urlObject":{"protocol":"https","path":["app","goals"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"gsgls"},{"description":{"content":"<p>Required: Quarter or target end date</p>\n","type":"text/plain"},"key":"startDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Quarter or target end date</p>\n","type":"text/plain"},"key":"endDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Target start date</p>\n","type":"text/plain"},"key":"yearStartDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Target start date</p>\n","type":"text/plain"},"key":"yearEndDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Unique Id</p>\n","type":"text/plain"},"key":"ownerId","value":"<OWNER_ID>"},{"description":{"content":"<p>Required: Page Identifier</p>\n","type":"text/plain"},"key":"tab","value":"MY_ORG_GOALS"},{"key":"filterData","value":"{\"customAttributes\":[],\"priorityCodes\":[]}"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"5d20e1cc-fcf0-46c8-8c45-f60be5f640d0"},{"name":"Create User","id":"720761c2-9afe-4ea9-9b08-7adcaf164161","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"employeeData","value":" {\"employeeNumber\":\"Auto Generated Number\",\"loginEnabled\":\"Y\",\"customAttributes\":[],\"managerName\":\"Profit APITest\",\"hrbp\":[],\"mmrs\":[],\"taCurrencyCode\":\"USD\",\"pfau\":\"N\",\"firstName\":\"API\",\"lastName\":\"Testing2\",\"emailId\":\"profitapitesting2@berijam.com\",\"managerId\":2115252,\"srid\":null,\"assigneeDetails\":[],\"departmentName\":\"Engineering\",\"departmentId\":2265538,\"jobTitleName\":\"Software Engineer\",\"jobTitleId\":13,\"okrScoreId\":5,\"okrScoreName\":\"Individual Contributors\",\"fullName\":\"API Testing2\",\"labels\":[],\"tags\":[],\"roles\":[{\"roleId\":\"HlzSgXsBWQ5Na8qaAekT\",\"name\":\"PROFIT_USER\",\"description\":\"Has access to create, view, update, delete objectives and key results\",\"roleName\":\"Profit User\",\"editable\":\"Y\",\"firmId\":260069,\"rolePrivileges\":[{\"privilegeId\":\"8836\",\"version\":0},{\"privilegeId\":\"8835\",\"version\":0},{\"privilegeId\":\"8834\",\"version\":0}],\"version\":0,\"isChecked\":true}],\"impersonators\":[]}","description":"<p>Required: user details to be created</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/employees?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To create a new user to the organization</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","employees"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"720761c2-9afe-4ea9-9b08-7adcaf164161"},{"name":"Update User","id":"b92d9a0b-9267-4d4d-8f32-112b0f52889d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"updateEmployeeData","value":"{\"objectStatus\":\"0\",\"employeeNumber\":\"2\",\"firstName\":\"API\",\"lastName\":\"Testing1\",\"fullName\":\"API Testing1\",\"employeeId\":2115956,\"effectiveStartDate\":\"11/01/2021\",\"managerName\":\"Profit APITest\",\"managerId\":2115252,\"loginEnabled\":\"Y\",\"enabled\":\"Y\",\"workShiftId\":2035938,\"workShiftName\":\"Standard\",\"personStatus\":\"Employee\",\"status\":\"Active\",\"emailId\":\"profitapitesting1@berijam.com\",\"userId\":2094833,\"pfau\":\"N\",\"okrScoreId\":5,\"impersonators\":[],\"firmId\":260069,\"phoneNumbers\":[],\"createdBy\":2094137,\"lastUpdatedBy\":2094137,\"createdByName\":\"Profit APITest\",\"creationDate\":\"Nov 01, 2021 07:41:44 AM\",\"lastUpdateDate\":\"Nov 01, 2021 07:41:44 AM\",\"lastUpdatedByName\":\"Profit APITest\",\"version\":0,\"sortNumber\":\"000000000000000000000000000000000000000000000000000000000002\",\"uniqueColor\":\"#ff7675\",\"nameAsIcon\":\"AT\",\"objectId\":8,\"objectRefId\":2115956,\"objectRefName\":\"API Testing1\",\"roles\":[{\"roleId\":\"HlzSgXsBWQ5Na8qaAekT\",\"name\":\"PROFIT_USER\",\"description\":\"Has access to create, view, update, delete objectives and key results\",\"roleName\":\"Profit User\",\"editable\":\"Y\",\"firmId\":260069,\"rolePrivileges\":[{\"privilegeId\":\"8836\",\"version\":0},{\"privilegeId\":\"8835\",\"version\":0},{\"privilegeId\":\"8834\",\"version\":0}],\"version\":2}],\"title\":\"\",\"hrbp\":[],\"mmrs\":[],\"customAttributes\":[],\"taCurrencyCode\":\"USD\",\"departmentName\":\"Engineering\",\"departmentId\":2265538,\"jobTitleId\":null,\"jobTitleName\":null,\"okrScoreName\":\"Individual Contributors\",\"labels\":[],\"tags\":[]}","description":"<p>Required: user details to be updated</p>\n","type":"text"},{"key":"attributeName","value":" [\"departmentName\"]","description":"<p>Required: Edited attribute names</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/employees?a=update&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To update the user in the organization</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","employees"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"update"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"b92d9a0b-9267-4d4d-8f32-112b0f52889d"},{"name":"Add Roles To Employee","id":"f9757399-4e76-452d-a378-ff7a1b9f7e7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"employeeId","value":"<EMPLOYEE_ID>","description":"<p>Required : Employee Id</p>\n","type":"text"},{"key":"employeeData","value":" {\"rolesList\":[\"KlzSgXsBWQ5Na8qaAekT\"]}\n","description":"<p>Required: Role Id</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/employees?a=addRolesToEmployee&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To assign the role to the user</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","employees"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"addRolesToEmployee"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"f9757399-4e76-452d-a378-ff7a1b9f7e7b"},{"name":"Delete User","id":"38da44b1-346f-4302-84d2-17e3a253173c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/employees?a=endEmployment&employeeId=<EMPLOYEE_ID>&endDate=MM/dd/yyyy&productCode=profit&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To delete the user by EmployeeId</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","employees"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"endEmployment"},{"description":{"content":"<p>Required : Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<EMPLOYEE_ID>"},{"key":"endDate","value":"MM/dd/yyyy"},{"description":{"content":"<p>Required: Product code</p>\n","type":"text/plain"},"key":"productCode","value":"profit"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"38da44b1-346f-4302-84d2-17e3a253173c"},{"name":"Create Department","id":"644d2216-0d66-4076-80ad-e35cedf0c087","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"parentDepartmentId\":2285025,\"parentDepartmentName\":\"Engineering\",\"parentIconCls\": \"star\",\"customAttributes\":[],\"hrbp\":[],\"grades\":[],\"modifiedGradeIds\":[],\"iconCls\":\"history\",\"deptHeadName\":\"\",\"cc\":\"#2196F3\",\"isAssignAsObjToggle\":false,\"totalWt\":\"0.00\",\"departmentName\":\"Mobile\",\"deptHeadObjRefId\":null,\"reviewCriterias\":[],\"authorizedEmployees\":[],\"isEnabled\":\"Y\"}\n","description":"<p>Required: department details to be created</p>\n","type":"text"},{"key":"subDepartmentIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v5/appsettings?a=createDepartment&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To create a new department in your Profit.co account</p>\n","urlObject":{"protocol":"https","path":["app","dao","v5","appsettings"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"createDepartment"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"644d2216-0d66-4076-80ad-e35cedf0c087"},{"name":"Update Department","id":"14a60352-0ed5-46a0-9ddc-3b24789ffdc3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"departmentId\":2289870,\"departmentName\":\"Mobile1\",\"isEnabled\":\"Y\",\"parentDepartmentId\":2285025,\"cc\":\"#5758BB\",\"iconCls\":\"pt-jira\",\"reviewCriterias\":[],\"authorizedEmployees\":[],\"rg\":[],\"hrbp\":[],\"grds\":[],\"dl\":\"Department\",\"aopkc\":\"Y\",\"firmId\":600018,\"customAttributes\":[],\"createdBy\":2112439,\"lastUpdatedBy\":2112439,\"createdByName\":\"developer mobile\",\"creationDate\":\"2022-10-12 07:48:41\",\"lastUpdateDate\":\"2022-10-12 07:48:41\",\"lastUpdatedByName\":\"developer mobile\",\"version\":1,\"objectId\":49,\"name\":\"Mobile1\",\"employeeIds\":[],\"parentIconCls\":\"star\",\"childrens\":[{\"departmentId\":2289871,\"departmentName\":\"test mobile\",\"isEnabled\":\"Y\",\"parentDepartmentId\":2289870,\"parentDepartmentName\":\"Mobile\",\"cc\":\"#4b6584\",\"iconCls\":\"donut_large\",\"reviewCriterias\":[],\"authorizedEmployees\":[],\"hrbp\":[],\"dl\":\"Department\",\"aopkc\":\"Y\",\"firmId\":600018,\"customAttributes\":[],\"createdBy\":2112439,\"lastUpdatedBy\":2112439,\"createdByName\":\"developer mobile\",\"creationDate\":\"2022-10-12 08:00:17\",\"lastUpdateDate\":\"2022-10-12 08:00:17\",\"lastUpdatedByName\":\"developer mobile\",\"version\":0,\"objectId\":49,\"name\":\"test mobile\",\"employeeIds\":[],\"parentIconCls\":\"star\"}],\"includeLoginEnabledUsers\":true,\"isAssignAsObjToggle\":false,\"totalWt\":\"0.00\",\"showDefaultOwner\":true,\"parentDepartmentName\":\"Engineering\"}","type":"text","description":"<p>Required: department details to be updated</p>\n"},{"key":"subDepartmentIds","value":"[SUB_DEPARTMENT_ID1,SUB_DEPARTMENT_ID2]","type":"text","description":"<p>Array of Sub department Id</p>\n"}]},"url":"https://api.profit.co/app/dao/v5/appsettings?a=updateDepartment&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To update the department in your profit.co account</p>\n","urlObject":{"protocol":"https","path":["app","dao","v5","appsettings"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"updateDepartment"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"14a60352-0ed5-46a0-9ddc-3b24789ffdc3"},{"name":"Delete Department","id":"bb68de5b-9005-478c-852f-a1406b3df5a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"departmentId","value":"<DEPARTMENT_ID>\n","description":"<p>Required: Department Id</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/okrsettings?a=deleteDepartment&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To delete the department by DepartmentId</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","okrsettings"],"host":["api","profit","co"],"query":[{"description":{"content":"<p>action type</p>\n","type":"text/plain"},"key":"a","value":"deleteDepartment"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"bb68de5b-9005-478c-852f-a1406b3df5a9"},{"name":"Create Team","id":"0196faaf-cdaf-4f07-8e82-b35d05b50d96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"teamData","value":"{\"isEnabled\":\"Y\",\"customAttributes\":[],\"iconCls\":\"card_giftcard\",\"cc\":\"#2196F3\",\"teamName\":\"Mobile\",\"removeRestrictedIds\":[],\"employeeIds\":[2132271,2146425],\"tlids\":[],\"ptn\":null,\"ptId\":null,\"aopkc\":\"Y\",\"emailId\":\"\"}","description":"<p>Required: team details to be created, \nptn -&gt; Parent team name, \nptId -&gt; Parent team id, \nemployeeIds -&gt; Team members list</p>\n","type":"text"},{"key":"subTeamIds","value":"[]","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/teams?a=save&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To create a new team in your Profit.co account</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","teams"],"host":["api","profit","co"],"query":[{"key":"a","value":"save"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"0196faaf-cdaf-4f07-8e82-b35d05b50d96"},{"name":"Update Team","id":"ebdd3b32-2b26-48d0-9d73-eeabb82569ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"idxTeam","value":"{\"id\":\"2019885\",\"teamId\":2019885,\"objectStatus\":\"0\",\"teamName\":\"Android\",\"name\":\"Android\",\"emailId\":\"\",\"numOfEmployees\":2,\"isEnabled\":\"Y\",\"employeeIds\":[2146425],\"tlids\":[],\"cc\":\"#2196F3\",\"iconCls\":\"favorite\",\"aopkc\":\"Y\",\"firmId\":600018,\"customAttributes\":[],\"labels\":[],\"phoneNumbers\":[],\"emailAddresses\":[],\"createdBy\":2112439,\"lastUpdatedBy\":2112439,\"createdByName\":\"developer mobile\",\"creationDate\":\"2022-10-12 08:22:38\",\"lastUpdateDate\":\"2022-10-12 08:22:38\",\"lastUpdatedByName\":\"developer mobile\",\"version\":0,\"uniqueColor\":\"#2c2c54\",\"nameAsIcon\":\"\",\"objectId\":91,\"teamMembers\":[{\"loginEnabled\":\"Y\",\"firstName\":\"developer\",\"lastName\":\"mobile\",\"employeeNumber\":\"1\",\"fullName\":\"developer mobile\",\"objectRefName\":\"developer mobile\",\"objectId\":8,\"objectRefId\":2132271,\"employeeId\":2132271,\"objectName\":\"Employee\",\"emailId\":\"developer.mobile@profit.co\",\"nameAsIcon\":\"DM\",\"uniqueColor\":\"#2c2c54\",\"objectStatus\":\"0\",\"userId\":2112439,\"okrScoreId\":5,\"name\":\"developer mobile\",\"subordinateEmpIds\":[],\"gradeName\":\"\",\"ownerTypeId\":8,\"teamIds\":[2019885]},{\"loginEnabled\":\"Y\",\"firstName\":\"profit\",\"lastName\":\"okr\",\"employeeNumber\":\"2\",\"fullName\":\"profit okr\",\"objectRefName\":\"profit okr\",\"objectId\":8,\"objectRefId\":2146425,\"employeeId\":2146425,\"objectName\":\"Employee\",\"emailId\":\"vaigai@profitokr.net\",\"nameAsIcon\":\"PO\",\"uniqueColor\":\"#2c2c54\",\"objectStatus\":\"0\",\"userId\":2127673,\"okrScoreId\":5,\"name\":\"profit okr\",\"subordinateEmpIds\":[],\"mmrs\":[],\"gradeName\":\"\",\"teamIds\":[2019885]}],\"teamMembersName\":\"developer mobile, profit okr\",\"headIds\":[],\"ptn\":null,\"ptId\":null}","description":"<p>Required: team details to be updated</p>\n","type":"text"},{"key":"teamId","value":"<TEAM_ID>","type":"text","description":"<p>Required: Team Id</p>\n"},{"key":"attributeName","value":"[\"teamName\",\"emailId\",\"tlids\",\"isEnabled\"]","description":"<p>Required: Edited attribute names</p>\n","type":"text"},{"key":"subTeamIds","value":"[SUB_TEAM_ID1,SUB_TEAM_ID2]","description":"<p>Array of Sub team Id</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/teams?a=update&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To update the team in your Profit.co account</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","teams"],"host":["api","profit","co"],"query":[{"key":"a","value":"update"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"ebdd3b32-2b26-48d0-9d73-eeabb82569ed"},{"name":"Delete Team","id":"2db192b5-780a-4459-87be-667e451c56a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"teamId","value":"<TEAM_ID>","type":"text","description":"<p>Required: Team Id</p>\n"},{"key":"teamName","value":"<TEAM_NAME>","description":"<p>Required: Team Name</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v6/okrsettings?a=deleteTeam&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To delete the team by teamId</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","okrsettings"],"host":["api","profit","co"],"query":[{"key":"a","value":"deleteTeam"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"2db192b5-780a-4459-87be-667e451c56a4"},{"name":"Get Users List by the Department","id":"4530d5b0-0711-4bfb-985c-77ce18bc883b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/employees?a=getAllEmployeesByFilterSearch&numRecords=<NUMBER_OF_RESULTS>&ls=[\"Y\"]&filterData={\"managerIds\":[],\"departmentIds\":[XXXXX],\"jobTitleIds\":[]}&sortColumn=employeeNumber.sortable&sortDir=asc&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get the users list by the filter</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","employees"],"host":["api","profit","co"],"query":[{"key":"a","value":"getAllEmployeesByFilterSearch"},{"description":{"content":"<p>Integer, number of results to be returned. Max permissible value: 5000</p>\n","type":"text/plain"},"key":"numRecords","value":"<NUMBER_OF_RESULTS>"},{"description":{"content":"<p>Y - It will give the enabled users list\nN - It will give the disabled users list </p>\n","type":"text/plain"},"key":"ls","value":"[\"Y\"]"},{"key":"filterData","value":"{\"managerIds\":[],\"departmentIds\":[XXXXX],\"jobTitleIds\":[]}"},{"key":"sortColumn","value":"employeeNumber.sortable"},{"key":"sortDir","value":"asc"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"4530d5b0-0711-4bfb-985c-77ce18bc883b"},{"name":"Get Job Titles","id":"d2936b25-81fe-480c-a8f6-9570baf6a9c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/objective?a=getConfigData&objectId=560&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get the job titles list</p>\n<p>This API will return the all configuration details, in the response need to take <strong>jobTitlesList</strong> key values.</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","objective"],"host":["api","profit","co"],"query":[{"key":"a","value":"getConfigData"},{"description":{"content":"<p>Required</p>\n","type":"text/plain"},"key":"objectId","value":"560"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"d2936b25-81fe-480c-a8f6-9570baf6a9c5"},{"name":"Create Job Title","id":"72f467ae-e453-4389-9f9b-b77c954096a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"isEnabled\":\"Y\",\"iosp\":\"N\",\"customAttributes\":[],\"jobTitleName\":\"developer\",\"jobFunctionCode\":\"dev\",\"monthlyQuota\":10,\"performanceCriteria\":[]}","description":"<p>Required and unique value :jobTitleName &amp; jobFunctionCode,<br />Required: monthlyQuota (value should be greater than 0)</p>\n","type":"text"}]},"url":"https://api.profit.co/app/dao/v5/appsettings?a=createJobTitle&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To create a new job title in your Profit.co account</p>\n","urlObject":{"protocol":"https","path":["app","dao","v5","appsettings"],"host":["api","profit","co"],"query":[{"key":"a","value":"createJobTitle"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"72f467ae-e453-4389-9f9b-b77c954096a9"},{"name":"Update Job Title","id":"a3b0434a-4d34-48bc-a656-68ad7adb7f21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"data","value":"{\"jobTitleId\":22,\"jobTitleName\":\"sales team\",\"jobFunctionCode\":\"sales\",\"performanceCriteria\":[],\"monthlyQuota\":100,\"isEnabled\":\"Y\",\"customAttributes\":[],\"version\":0,\"iosp\":\"Y\"}","description":"<p>Required: Job Title details to be updated</p>\n","type":"text"},{"key":"isMonthlyQuotaChanged","value":"true","type":"text","description":"<p>If Monthly Quota value changed then need to send this key with value as true otherwise we can skip this key</p>\n"}]},"url":"https://api.profit.co/app/dao/v5/appsettings?a=updateJobTitle&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To update the job title in your profit.co account</p>\n","urlObject":{"protocol":"https","path":["app","dao","v5","appsettings"],"host":["api","profit","co"],"query":[{"key":"a","value":"updateJobTitle"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"a3b0434a-4d34-48bc-a656-68ad7adb7f21"},{"name":"Get Employee Roles","id":"1cfcbb5c-4798-4d35-b7be-408af642f14c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/v6/employees?a=getEmployeeRoles&employeeId=<EMPLOYEE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get the roles details by the employee id</p>\n","urlObject":{"protocol":"https","path":["app","dao","v6","employees"],"host":["api","profit","co"],"query":[{"key":"a","value":"getEmployeeRoles"},{"description":{"content":"<p>Required : Employee Id</p>\n","type":"text/plain"},"key":"employeeId","value":"<EMPLOYEE_ID>"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"1cfcbb5c-4798-4d35-b7be-408af642f14c"},{"name":"Get All Roles","id":"1154e4ef-f45a-4bbc-b138-3863cba3a85d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.profit.co/app/dao/appsservlet?a=getRolesByAppId&appId=&isPrivilegeListNeed=Y&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>","description":"<p>To get all the roles</p>\n<h4 id=\"response\"><strong>Response</strong></h4>\n<p>In the API response use only the below Profit roles</p>\n<p>PROFIT_MANAGER</p>\n<p>PROFIT_READ_ONLY</p>\n<p>PROFIT_USER</p>\n<p>SUPER_USER</p>\n<p>TASK_USER</p>\n","urlObject":{"protocol":"https","path":["app","dao","appsservlet"],"host":["api","profit","co"],"query":[{"key":"a","value":"getRolesByAppId"},{"key":"appId","value":""},{"key":"isPrivilegeListNeed","value":"Y"},{"description":{"content":"<p>Required: API key of your Profit.co Account</p>\n","type":"text/plain"},"key":"apiKey","value":"<API_KEY>"},{"description":{"content":"<p>Required: Access key of your Profit.co Account</p>\n","type":"text/plain"},"key":"accessKey","value":"<ACCESS_KEY>"}],"variable":[]}},"response":[],"_postman_id":"1154e4ef-f45a-4bbc-b138-3863cba3a85d"}]}