What is workflow? : salesforce admin
What are the characteristics of javascript ‘strict mode’?
Can we define a class in a jsp page?
How do the rough endoplasmic reticulum and the Golgi apparatus act in the production and releasing of proteins?
what is unique about the embryogenesis in paeonia?
What is orm tool in hibernate?
What is redis good for?
Have you ever committed a mistake at work?
Define RDBMS.
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
Which one of the command is ‘highly’ not recommended to use if the application is local and offers full support of objects for automation?
Explain latent dirichlet allocation (lda).
Complete structure of hashmap, very detail description, along with the basic coding of the hashmap internal implementation.
why you feel you would be suitable for Inbound customer service consultant role in a bank ?
I want to implement functionality like. When any user create issue, he should assign only to group MFG(not other than MFG), then MFG group will try to resolve at there end, if they resolve issue then MFG group will update status to close, and if not then MFG group user will forward(assign) to SUPPER group, and supper group will assign to expert person. What I did As follows. 1)created two Issue tracking list one is "ABC" another is "PQR" 2) Also applied permission on ABC and PQR list. because end user should not interact directly with consultant, one group of 4 person is present between end users and consultant, this group is mediator. 3) copy workflow is created. it will copy list of items from ABC list to "PQR" List. Here Im facing problem that workflow will not copy item because user of "ABC" does not have access to "PQR". if i give contribute permission on both list then workflow work correctly. I want that User of List ABC should not see the PQR list and workflow copy item from one list to other list. Can any one help me? thanx in advance