InfoPath 2010: View signatures in different View(s)? - infopath

I am creating an InfoPath Form with about 5 different views. 4 views need to be signed by the user after filling it out, and the last 1 is what I am having issues with.
I would like this last view to reflect all the signatures signed so far (ex. Person A signs View 1, signature from View 1 can be seen from View 5).
Is this at all possible?

My question was answered here:
http://www.infopathdev.com/forums/p/26599/92439.aspx#92439
Thanks anyway!

Related

How can I create a multi-step questionnaire with/without registration to display content accordingly (with saving the answers option)?

I will be creating many custom posts using ToolSet, and I will have memberships using Ultimate Membership Pro.
I want the users to go through 4 or 5 pages of a questionnaire, then get 2 options for displaying the results (an advanced search / filter kind of mechanism):
1- Just display results based on the answers given (with a sidebar to adjust the answers)
2- Register (username, email, etc), and save the answers in a user’s dashboard (which can be edited anytime), in addition to loading the content results each time the user request a specific page (basically it’s an advanced search request based on the answers given)
(please check the image I am sharing)
I have seen this plugin which is not bad to be honest, but it doesn’t fulfill the need
https://codecanyon.net/item/reactive-pro-advanced-wordpress-search-filtering-grid/17425763
Can you advise something more efficient? Or share some thoughts or hints!

Firebase - whats the best way to login with 2 different user types e.g. a user and a company [duplicate]

This question already has answers here:
Display different view controllers based on role-Firebase, Swift 3
(2 answers)
Closed 3 years ago.
Whats the best way to login with 2 different user types e.g. a user and a company
A user sees one type of view journey
And a company sees another type of view journey.
2 different user flows.
When a user or company register I ideally would like to store type as a field with it. So on login I can check the type.
Is there a way to do this or any other way?
Users themselves can't have additional data directly stored on them. Instead create a root collection, eg users with additional data.
"users"{
"angularm#example.com":{
"type":"business"
}
}
and then just reference that collection using the logged in user's email (or structure it with IDs, etc).

Is that possible to filter the next activity based on the user group and show in the drop down box?

I have a scenario as given in the below workflow diagram using core service.
First step is manual step author will create/edit content and finish the activity and it is assigned to everyone.
In the second step, I want to do filter the users based on their groups.
In the third step, couple of scenario
a. If the user belongs to group "A" I want to list out all the next 3 available activities, User A can choose any one of these 3 activities.
b. If the user belongs to group "B", I want to list out "Reviewer" and "Approver" activity as next activity, user b can select any one of these 2.
Can any one give some idea to achieve this?
You should turn your problem around. Yes, it is possible, but the amount of knowledge required will be a huge barrier for you to implement.
So, instead think about it differently.
Change your "Filter Next activity" automated activity to an automatic decision, and have your code that determines the group membership also determine which activity should be next
have 2 forward paths from there - 1 for the users of Group A, other for the users of group B
on each forward path, have different selection options. You may try having links to the same activity from 2 different manual decisions, I don't know if that works though.
Worst case scenario you'll have repeated activities (not in name, but in function), and you saved yourself about 2 months of headaches trying to cope with the learning curve of doing CME extensions.
The simple answer to your initial question is: "no, this functionality is not out of the box".
But of course many things are possible by implementing critical parts yourself.
You'd probably need a GUI extension of some sorts to allow the user to pick from a list.
You'd need to store the information between phases of your custom solution.
And you'd then need some code in an automated workflow activity to implement the picking of the next activity.
Most of these steps have been covered in other questions already. Did you have a look for each of these? If so, you might want to share how far you already got and where you are stuck.

Model complex permissions based on groups

I am trying to model the following permissions in Plone and would like to know the best approach I should take:
Group 1 - Senior members
Group 2 - members
Group 3 - Senior members
Group 2 - members
All the members in the groups shouldn't be able to view any content item associated with them.
Senior members should be able to view and amend content items within their sub groups but should not be able to view each others content items - these content items all have a user_id field to indicate who the content belongs.
Members in sub groups should not be able to view content associated with senior members nor each others content items.
Thank You
I think you're going to get the same answers here as you got with your mailing list post: http://plone.293351.n2.nabble.com/Implementing-bespoke-access-control-levels-in-Plone-td6986879.html
You'll need to write your own local role adapter using http://pypi.python.org/pypi/borg.localrole. Perhaps take a look at http://pypi.python.org/pypi/borg.project as well and the article introducing it: http://www.martinaspeli.net/articles/developing-with-plone-3-borg.localrole-and
Try using collective.subscribable sections. I haven't fully tested it yet, but it seems to be doing the job for me. I went the borg.localrole route, and it was a major pain, and I was never happy with my solution.

Search through Drop down list in asp.net

I am making a page in asp.net using C# and my page consists of two drop down list one for state and one for subjects, both the data are coming from database, and there is a third database table for storing user details and the third table consists of name class and subject
Now my problem is that on click of search button i want to search the users table and return the value selected by person searching through drop down list on the master page and the result will be displayed on the next page
Please help as to what to do for search button, and what to write on second page on which i want to display the results.
Your help is badly needed
Thanks in advance.
This sounds like a homework assignment... Have you tried to solve this already on your own? What did you try, and what-if-any problems did you run into?
Here's one (of a thousand other) tutorials that will walk you through filtering a result page using a drop-down.
http://msdn.microsoft.com/en-us/library/aa581789.aspx
Good luck!

Resources