
Search In
Entity framework provides numerous ways to batch delete the objects from Database. Below are the step for way 1 :
Load objects that has to be deleted in memory.
Remove the objects from context
And then save these changes. This statement will ref
Here's an example of a generic bind() function, applied directly to an anonymous event handler. The object in XML Request gets bound to its onreadystatechange() event. The search string variable is being pre-applied as well. when the parseMessage
How to set the incoming email servers in OpenERP (Odoo)?
Step-1 Go to settings -> General Settings
Step-2 Click on configure incoming email servers->Create
Step-4 Name->Server Type ->POP Server
Step-5 Click On Server Information
Step-6
To configure PhoneGap project in Eclipse follow the below steps-
Step -1 Go to Terminal
Step -2 Install frist - $ sudo npm install -g cordova.
Step -3 $ cd Desktop/
Step - 4 $ cordova create Raj007 com .example.Raj007 raj
Step -5 $ cd Raj0
Variable Name Standard in Android
This is the standard regime to follow in your coding when you define any variable.
1.Non public, non static field should starts wih m.
2.Static fields name should starts with s.
3. Other fields should starts wi
To make the scheduled call in OpenERP(Odoo) you must follow the below steps-
Step-1 Go to Sales Modules-> Phone Calls->scheduled calls
Step-2 Call Summary ->Date->Duration->Responsible ->Administrator
Step-3 Sales Team->Sal
Magento provide the facility to export all product data including attributes , below are the steps involved to export all products deails in csv file -
1) Before exporting the products data make sure that all updated products data have been saved
If you are looking for a function to Zoom in an UIImageView in a 3D tranform scale then you should use CATransform3DScale.
First of all declare a BOOL variable to check scale points. Here I am taking CGFloat _scalePoints and CATransform3D transfor
I tried to run the below piece code and getting the error Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: A new session could not be created.
public class TestCaller {
public static AppiumDriver driver;
public s
Salient features of Quality module:
1-Do a Quality check of the Module with the help of different different Criteria's like
Pylint, Speed Efficiency, Coding Standard, Guidelines and common practices used in OpenERP
2- Evaluate score in percentage (%)
