Tutorial by Topics: at

Slaesforce StandardSetController hold only List of sObject, It will not holdslist of wrapper class object. Below source code demonstrates the usage of Paginating using Wrapper Class in sales-force.
"aggregations" : { -"<aggregation_name>" : { -"<aggregation_type>" : { -<aggregation_body> -} -[,"meta" : { [<meta_data_body>] } ]? -[,"aggregations" : { [<sub_aggregation>]+ } ]? -} -[,"<aggregation_...
Data validation allows user to create a drop-down list and restrict values in the cell to these entries. Due to limitation Excel can't bind more than 256 characters programmatically. To bind more than 256 characters one can follow explained approach.
Creating the data validation constraint can be tricky and time taking in NPOI. I have shared some of my workable approach. These approach will give good idea to customize your own constraint types.
Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hoste...
rspec-expectations ships with a number of built-in matchers. Each matcher can be used with expect(..).to or expect(..).not_to to define positive and negative expectations respectively on an object.
TypeApplications are an alternative to type annotations when the compiler struggles to infer types for a given expression. This series of examples will explain the purpose of the TypeApplications extension and how to use it Don't forget to enable the extension by placing {-# LANGUAGE TypeApplicati...
The Rich Notifications lets you customize the appearance of local and remote notifications when they appear on the user’s device.Rich notification mostly includes UNNotificationServiceExtension and UNNotificationContentExtension ie displaying the normal notification in an extended manner
The sync adapter component in your app encapsulates the code for the tasks that transfer data between the device and a server. Based on the scheduling and triggers you provide in your app, the sync adapter framework runs the code in the sync adapter component. Recently i worked on SyncAdapter i wan...
This topic will walk you through different options available in the Acumatica Framework to create date and time fields in a data access class (DAC).
In a command prompt, you can use DOSKEY for creating macros. In a batch file you can define a variable that can be called as a piece of code and even pass arguments to it.
Aggregation is one of the most common uses for R. There are several ways to do so in R, which we will illustrate here.
Get data directly into an R session. One of the nice features of R is the ease of data acquisition. There are several ways data dissemination using R packages.
The KMP is a pattern matching algorithm which searches for occurrences of a "word" W within a main "text string" S by employing the observation that when a mismatch occurs, we have the sufficient information to determine where the next match could begin.We take advantage of this ...
How to correctly use the named annotation in Kotlin v1.1
Provider example and query about display data with filter, pagination etc in Angularjs.
These examples are for documenting CSS-specific design patterns like BEM, OOCSS and SMACSS. These examples are NOT for documenting CSS frameworks like Bootstrap or Foundation. These examples are for documenting CSS-specific methodologies / design patterns. These methodologies include but are...
To be able to interact with a page, you need to tell Protractor exactly which element to look for. The basis used for selecting elements are locators. Protractor, as well as including the generic Selenium selectors, also has Angular-specific locators which are more robust and persistent to changes. ...

Page 99 of 102