Hi Christine, I have worked on similar workflow and what I'm using is a loop with condition
You can check the status for that item's workflow is completed or not on Edit mode. If its not completed, dont allow! On you list there will b...
You can try to use ajax call: var url = " http://MyWebService.asmx/MyRequest "; $.ajax({ data: jQuery.toJSON(data), dataType: "json",...
Hi Orkan, Try the following .nf-filler-container { background-color: transparent !important; }
Hi Joseph, I was trying to get the Multi Line Textbox value from Javascript. I tried all the possible methods and suggestions mentioned in diffe...