what is the meaning of temp object, business object, and user session object?
6 Likes
temp Object: Temp Object is created once user is logged and it will be destroyed once user logged out. User can save data temporary in Temp Object for active session.
user session object: User session object contains user specific information, what ever is coming on loging.
9 Likes
@radhika Thanks for the clarification, can you please tell me the meaning of business object
6 Likes
Business Rule - You can implement these rules to provide rule based access. When the task is executed, the user-specific function is checked against the condition in the business rule. If the business rule’s condition is satisfied, them the application performs the next function.
26 Likes
@Nikhil.Dhanda Thanks for replying but my question is the meaning of business object?
4 Likes