force-app/main/default/classes/InventoryController.cls
@@ -113,8 +113,8 @@ this.sortOrder = new String[1]; this.sortOrder = new String[]{' ',' ','↓'}; String userId = UserInfo.getUserId(); //String userId = '00510000006k82X'; //String userId = UserInfo.getUserId(); String userId = '00510000006xHnrAAE'; //String userId = '00510000005QO75'; user Useracc = [select Accountid, Work_Location__c,UserPro_Type__c from user where id =:userId]; accountid = Useracc.accountid;