How do I turn off the Workflow Task/Open this Task bar on an Infopath 2010 form

Hello,

I've got an Infopath 2010 form that resides in Sharepoint 2010 and I've got an approval workflow associated with it.  I would like to prevent the yellow task bar from showing up at the top of the Infopath form when a task is assigned to somebody.  Is there any way to do this?

Thanks,

Neil

September 9th, 2015 2:59pm

Hi

From your description, you want to remove "This workflow task applies to" section.

You can view this section in the WrkTaskIP.aspx page located in C:\Program Files\Common Files\microsoft shared\Web Server Extensions\14\TEMPLATE\LAYOUTS, which is the page that gets rendered.

This section uses a class called "ms-informationbar". So, this section can be hidden using css:

<style type="text/css">
.ms-informationbar {

display: none;

} 
</style>

Best Regards

Lisa Chen

Free Windows Admin Tool Kit Click here and download it now
September 10th, 2015 12:23am

Lisa,

thanks for the reply.  Correct me if I'm wrong, but your solution would only work on my computer, correct?

Thanks,

Neil

September 10th, 2015 9:05am

Hi Neil,

Lisa is referring to the location on the server where your SharePoint is installed. This would change the settings for the farm.

Free Windows Admin Tool Kit Click here and download it now
September 10th, 2015 10:02am

Got it - thanks, Kapil.
September 10th, 2015 10:33am

Hi Neil2me

Please remember to mark the replies as answers if they help.

Best Regards

Lisa Chen

Free Windows Admin Tool Kit Click here and download it now
September 10th, 2015 10:12pm

Lisa,

thanks for the reminder.  I was in meetings all day yesterday so I didn't have a chance to look at this.  I'm going to spend some time on it this morning, so if it works I'll note that here.

Thank you for your assistance.

Neil

September 11th, 2015 9:27am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics