hello yusra, you can't add button in the BPF but there is a work Around which i have followed. add a button in the ribbon of form and control its visibility by display rules. for example : if you want to show that button on stage 1 then get the GUID of that stage from database and write a function to match if currentActivestage == thatStageGuid then return true else false. i hope it will help you.
↧