What accessories required to give the motor with given circuits and do you know the ratings of those accessories?
4 27973Post New TCS Interview Questions
what's one of the main benefits of using ad extensions?
What do you know about the latest crop insurance scheme started for farmers?
What is route53?
How you can configure an orbix domain to use the dns network alias hostname in iors for orbix services?
You need to search for the string “tecmint” in all the “.txt” files in the current directory. How will you do it?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Explain Gauge charts?
What is the method to configure the cache size in mongodb?
What is your definition of style?
What are the key principles in Blockchain that are helpful in eliminating the security threats that needs to be followed?
How to validate email in javascript?
Does mongodb use hadoop?
Explain about relational operator join?
Pitch a new product and how you would research it.
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