Skip to main content

Posts

India Australia Live streaming Link

Here you will get all available links to stream the match live. http://live.shwidget.com/static/freeplayer/5058531457370400.html
Recent posts

Singapore Night Festival pictures

SAMSUNG S8 Launch event LIVE LIVE

Baahubali 2 official teaser

Baahubali 2 official teaser hindi Video from this link Baahubali official teaser telugu

Acumatica - Do custom logic before or after the release operation in INVOICE screens AP/AR

If you want to add custom logic to the release button the following code will help you. Tested with acumatica 5.30.X if you want to do your custom action after release follow the below code public delegate IEnumerable ReleaseDelegate(PXAdapter adapter); [PXUIField(DisplayName = "Release", MapEnableRights = PXCacheRights.Update, MapViewRights = PXCacheRights.Update)] [PXProcessButton] public IEnumerable Release(PXAdapter adapter) {    IEnumerable ret = Base.Release(adapter);    //DO YOUR CUSTOM ACTION HERE return ret; } if you want to do your custom before after release follow the below code public delegate IEnumerable ReleaseDelegate(PXAdapter adapter); [PXUIField(DisplayName = "Release", MapEnableRights = PXCacheRights.Update, MapViewRights = PXCacheRights.Update)] [PXProcessButton] public IEnumerable Release(PXAdapter adapter) {    //DO YOUR CUSTOM ACTION HERE    return  Base.Release(adapter);; }

Password Policy for axis remit

Your password needs to be minimum 8 and maximum 20 characters and a combination (at least one of each) of following characters - 1. English uppercase characters (minimum 1) 2. English lowercase characters (a through z) 3. Numbers (minimum 1 and maximum 5) 4. Special characters (minimum 1 and maximum 3), the allowed special characters are ! # $ % ^ & * - _ + = | ? / { } 5. Spaces are not allowed in password 6. Your password should not be your User ID or contain the User ID 7. Repetition of same characters is not allowed more than 2 times(e.g. ccc is not allowed however cc is allowed). Also your new password cannot be same as any of the last 4 passwords.

Password policy for an apple id

HI, AS usual i am also having too much difficulty to remember passwords of different accounts, we are not even able to keep a single password as the policies of one site will be different from other. So i would like to note down the policies of each account which might help me and you to remind your password matching the policies. Here is the policies for an apple id password: Have atleast one lowercase character Have atleast one capital letter Have atleast one number Your password must not contain more than 2 consecutive identical characters Not be the same as the account name Be atleast 8 characters Not be a common password Not be used in past year