Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi Team,I have a simple Service Item of two fields- name-DescriptionI design a DB Table Details with the above fields and have values in which it syncs 'name' to CCP user login nameI need to populate the service Item with the correponding user name w...
Hi TeamI have a CSV String. I need to iterate through the string and use Index to address to a particular element in String. I have used Split String activity but it just runs in the For Loop to get the values.I need to have the provision to take 'i'...
Hi I m getting this error "The operation that you performed is in progress. Can not proceed with another task" while submitting an order from a service form. How to get rid of it. Even I restarted the JBoss. Also I could not able too see any un-submi...
I require this because I need design a portlet that display values from DB Tables designed for my requirements. Since some types of portlets allow Content Type as Service Items, I could dynamically populate service Item based on user login and displa...
I resolved it. I ve used Ajax submit and returned "true" after the operation. So it is attempting 2nd submit. So I stopped the event propagation in the Jscript and it got resolved. And Order got submitted too