
Announcements
I've edited the leave request template to use a SharePoint list for leave, balance and holidays. It works fine however when I added new types of leave the leave balance sheet is not being updated when the new types of leave are selected. If I request the standard(Vacation, Sick) ones that come with the app it works fine. I have edited the code in all places where it needs to be(App On start,Home Screen on visible,BTN Manager approve, Leave balance screen on visible, Manager change request screen on visible, manager send email on visible) and there are no errors. Additionally when selecting the new leave it does not show accurately. ( The correct amount shows on the leave balance screen). Are there further changes that need to be made in order to see the changes reflected in the leave balance sheet? and for it to show accurately when requesting leave?
Update incase any one else was having this problem: I was able to get every new option to update, each individual entry on the screen needs to be input/typed in /from that screen, so you can't copy and paste from one screen and put it in another, it won't show any errors but won't update if you do that. You also need to type in the code for the manager button approve screen (may not have to do this but I did just to be safe) Also make sure your sharepoint lists are set to "edit all" and make sure you update the code on : Home screen, ManagerBtnApprove, Leave request screen, Manager change request screen and manager send email screen. Also make sure it's in the SAME order on each screen.