
Search In
Procurement Exceptions means A Procurement Exception occurs when the system cannot find a way to fulfill a procurement. Some exceptions will resolve themselves automatically, but others require manual intervention.
To Create Procurement Exceptions
The best way to restrict the file access, is to set default download method to "Private" from Configuration->media->file system.
After making this change we can use Content access module to manage the access of files.
I found this link very h
TreeSet class is the class that implements NavigableSet interface and NavaigableSet extends SortedSet which extends Set.
TreeSet contains unique elements.
Another important and powerful property is that it maintains ascending order.
To use Tree s
Sometimes wee need to add a comment to a column for understanding purpose means to easily identify what is the use of that particular column.
We can add comment to a column by two ways- at the time of table creation or by ALTER command after creati
CAPA means corrective action and preventive action . CAPA is a part of software Quality management System . CAPA is key requirement for any software development company which need FDA and ISO certification . An active CAPA program is a essentia
For textfield we use attributes to give outlines to it or some times we place image view behind every textfield for its outline. We can instead use CALayer for it. I am setting an upper outline to a textfield, here is the code:-
CALayer *upper = [CA
I am writing a way to implement SortedSet in java.
SortedSet have the properties of Set interface plus feature of sorting in ascending order. It is by default provides elements in ascending order. It is very useful in such situation when we don’t ne
Javascript Comments
Comments like in any other computer language are used for making the code understandable ie explaining the code in simple language.
They are not executed by the javascript.
There are two ways to enter the comments
1. Single line
Hi Readers!
There are different ways to declare Array in Swift. I will write few examples below:
Example 1:
let a : Array? = ["hello","hi"]
Now in above example this is a constant array. You cannot add/append an element in it.
Example 2:
Below
Hi Friends,
After my previous blog post on How to Optimize Image for Website, today we will discuss about some best programming ways to Redirect a website. I am covering this topic as point of SEO Expert. Some points of this topic I have already c
