How to pin application screen in Android 11 devise
September 14, 2021
• Guide
You can pin an application's screen to keep it in view until you unpin it. For example, you can pin an app and hand your phone to a frie...
Read More →
How to show batter percentage in Android
September 14, 2021
• Guide
You can show battery percentage on notification bar of your Android devise as follow: Go to Settings and find Notification & status bar....
Read More →
How to unlink Google account from Andriod device
September 10, 2021
• Guide
If you switched you android device and want the remove the Google account from your old android device. Follow below steps: From any Google ...
Read More →
Zakat Declaration Form (CZ-50) Pakistan - BMA
September 10, 2021
• คtเŦ
Annexure - A ZAKAT DECLARATION FORM (CZ-50) DECLARATION FORM (CZ-50) Under the provision of Sub Section (3) of section 1 of Zakat and ...
Read More →
How do I record my screen in Nox Player
September 07, 2021
• Guide
Nox is the ideal solution for people that want to play their favorite android games or use applications on a PC. Start NoxPlayer Click on ....
Read More →
Find record query loop in Siebel eScript
August 15, 2021
• Guide
var EngBO, EngBC, EngId, RecordCount, withRecord, UserName, UserId; EngBO = TheApplication().GetBusObject("My Business Object");...
Read More →
Insert record through Siebel eScript
August 15, 2021
• Guide
Insert Record through Siebel eScript var TBO, TBC; TBO = TheApplication().GetBusObject("My Business Object"); TBC = TBO.GetBusComp...
Read More →
How to get desired characters from a String in Siebel eScirpt
August 15, 2021
• Guide
substring() Method Extract desired characters from a String (Length Fixed) var SHRs, SMins, TimeStart = "10:30"; SHRs = TimeStart...
Read More →
How to get Day name from date in Siebel eScript
August 15, 2021
• Guide
Below function in Siebel eScipt will return the Day from the date. Input: CurrentDate: 08/10/2021 (MM/DD/YYYY) Result: Tuesday var dayName, ...
Read More →
for loop in Siebel eScript
August 15, 2021
• Guide
for Statement for (var i = 1; i <= 10; i++) { //Operation } Syntax for ( [var] counter = start; condition; increment ) { stateme...
Read More →
How to get today date in MM DD YYYY format in Siebel eScript
August 15, 2021
• Guide
Below is eScript which will get the today's date: var CurrentDate, DateStart, MM, DD, YYYY; if (DateStart == "") { ...
Read More →
How to get today date for next year in MM DD YYYY format in Siebel eScript
August 15, 2021
• Guide
Below sScript will help to get today's date with next year. Today: 08/10/2021 Result: 08/10/2022 var CurrentDate, DateEnd, DD, MM, YY...
Read More →
How to get Date difference in Days Siebel eScript
August 15, 2021
• Guide
Date input: MM/DD/YYYY format. Function will return date difference in Days. Inputs: DateStart: 08/10/2021 DateEnd: 08/11/2021 Result: ...
Read More →
Applet Search Spec not working on Status field of S_EVT_ACT
August 09, 2021
• Guide
Issue: Below applet search spec is not working. On UI all Approved records are also showing. [Primary Owner Id] = LoginId() AND [Status] ...
Read More →
Required argument 'BusComp' for method 'GetBOAndBC' is missing or empty SBL-CMI-00121
July 29, 2021
• Guide
Error Code: (SBL-BPR-00162)--(SBL-CMI-00121) Error Message: Error invoking service 'Inbound E-mail Database Operations', method ...
Read More →
No branch conditions are satisfied at step Business Service SBL-BPR-00174
July 29, 2021
• Guide
Error Code: (SBL-BPR-00174) Error Message: No branch conditions are satisfied at step 'Business Service 0'.(SBL-BPR-00174) Behavio...
Read More →
Create a drop down list in MS Excel cell
July 14, 2021
• Guide
Select the cells or Column where you want to add the drop down list. Go to Data tab and click on Data Validation. In dialog set List in A...
Read More →
Date out of range when inserting date in Siebel
July 14, 2021
• Guide
Issue: Receiving below error when trying to insert data using EAI Siebel Adapter service in workflow: Error invoking service 'EAI Siebe...
Read More →
How to test inbound web services on Siebel Dedicated Client
July 14, 2021
• Guide
How to test/ invoke/ enable inbound web services on Siebel Dedicated Client To enable Web services on the Siebel Dedicated Web Client follow...
Read More →