Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

SIF API to create entry in Base Object

If requirement is to create entry in Base Object using SIF API you can use following code: PutRequest request = new PutRequest(); request.setGenerateSourceKey(true); RecordKey identity = new RecordKey(); identity.set

How to make a class/method abstract in php

Here we will learn about the abstract classes and methods. When we define a classes as an abstract then we have to follow the below rules: 1- We can not create an object of this abstract class. 2- The class becomes abstract if the class contains at

How to Print reports in Odoo-9

If any report have a combination of two elements,like below-> 1-in reporting all session contain an ir.actions.report.xml, for which a <report> shortcut element is provided, for example code is below--> <report id="account_invoices"

Adding Poster Image to an Audio File using FFmpeg Command

Hello Readers, Usually, we need to add a poster image with audio like with mp3 in your project. You can use FFmpeg application command for the same task to add audio (e.g. audio.mp3) to one "poster" image. You will need -shortest codac to expre

How to implement "Select All" in Jquery

If you would like to implement Select All/UnSelect check-boxes with jquery please follow the below code:: <table class="demo-table"> <tr><td><input type="checkbox" name="selectall" id="selectall">Select All</td></tr&

How to get all check boxes values in array under Jquery

If you would like to get all selected check boxes value in an array. Please use the below code:: <table class="demo-table"> <tr><td><input type="checkbox" name="select[]" class="ab" value="1"></td></tr> <tr>

Use of Server Side Script in android

Script File in Android While building android application we have situations where we want to post data onto the server. Sometimes we need response from the server and based on that response action will be performed. For doing that we will create s

How to send e-mail using Pentaho Kettle?

To send an e-mail: Step1: Create a Job. Step2: From Design menu, drag and drop Mail in your Job. Step3: Right Click, Edit the Mail and set up Address, Server, Email Message, Attached File(if any). Step4: Execute the Job.

SQL Server : Comparison of stored procedure and UDF

Stored Procedures are pre-compile database objects which are compiled for first time and execution plan is saved for further use. However UDF is compiled and executed every time when it is invoked.This article provides a detailed comparison of stored

Explain slideToggle() effect in jquery?

Hello Readers, slideToggle() effect is one of the jquery method and is used to give the sliding effect or the animated effect with a sliding motion and it works between slideUp() and slideDown() effect for the selected or matched elements. Syntax

1 533 949
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: