IT Monkey will place code here as examples of what Cireson's consulting team has to offer as well as examples for public consumption to benefit the Microsoft System Center community as a whole.
DISCLAIMER
All files and projects located here come as is and without any warranty or support. We will attempt to improve the projects as time goes on based on customer and community demand. Comments and improvements are welcome as well as customization requests. Your use of these Cireson Uploads is subject to our Terms of Use.
Cireson's support team has no information on these projects outside of what you have available and will not provide support for these enhancements, extensions, and scripts.
Dont forget to checkout solutions uploaded by our customers, partners and community members here.
Dynamic Forms
<Property Path="$Context/Property[Type='CustomSystem_WorkItem_ServiceRequest_Library!System.Workitem.ServiceRequest']/TemplateId$">ProjectRequest</Property>
Comments
Do you have a solution for this issue ? I have the same issue to add a custom task for closed items.
Excellent question! The app.custom.formTasks section does not load for Closed Work Items; however, the custom.js file does still load. Try replacing this section of the code:
With this:
Thanks,
Nick
The management pack import failed.
Errors (1):
Failed to verify ObjectTemplate: Template.7682a488ec864f9eb2eff07b2ac591d2
: Cannot find ManagementPackElement [Type=ManagementPackClass, ID=System.Workitem.ServiceRequest] in management pack ManagementPack:[Name=System.WorkItem.ServiceRequest.Library, KeyToken=31bf3856ad364e35, Version=7.5.3079.0].
I've added the portion to the XML of the management pack then go to reimport and get that error
As it just hides the tabs, this may not be possible??
It displays very close to the nav side bar.
Does anyone know how/if it's possible to have is aligned with the other columnFieldLists?
function fn_HideTab(name,form){
console.log("This is a Standard Request: " );
$('a[data-toggle=tab]').each(function(){
if(this.innerText === name){
$(this).hide();
}
});
}
but still not working with chrome. I can see in the F12 log the text "This is a Standard Request", but the tab is still visible. Is it working for you with chrome?
How can this be modified to work with Incidents?
From what I can tell, I have to extend the Incident Class with a TemplateId$ property?
Is there perhaps an easier way to to this or maybe another property I can target?
We are in the beginning stages of testing/deployment and currently we only use IR's
Any guidance will be appreciated.
Regards
Gerhard
I'm Trying this out and i keep getting a management pack error.
The management pack import failed.
Errors (1):
Failed to verify ObjectTemplate: Template.7a781144268c47dc9dd9cfe01a342cf7
: Cannot find ManagementPackElement [Type=ManagementPackClass, ID=System.Workitem.ServiceRequest] in management pack ManagementPack:[Name=System.WorkItem.ServiceRequest.Library, KeyToken=31bf3856ad364e35, Version=7.5.3079.0].
What could I be doing wrong?
Thanks John