-
1. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
dcogny Oct 7, 2016 9:53 AM (in response to [email protected])I had a problem where if you have a picklist and people types the information but not click on it to select it from the list, the value does not carry. Make sure that you are not only typing the names, select them from the list. Besides that, we would need to see the actual workflow to know better...
-
2. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
[email protected] Oct 10, 2016 12:07 AM (in response to dcogny)Hi Daniel,
thank your for your answer. This is exactly our Problem.
The values are set automatically by another field. E.g. Field 1 is the employee, Field 2 is the Supervisor.
Field 2 is set automatically by Field 1.
So the user do not Need to click in the Field 2 Field. But then the values are not stored. Is there an Workaround to update the field or so? -
3. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
AlasdairRobertson Oct 10, 2016 6:33 AM (in response to [email protected])Hi Philipp
The reason the boxes are not filling out correctly I expect is that the pick lists supporting them are not being fed with the correct information. When you look at a pick list whatever the value field is the the data you need to pass to the object to save it. In this case the RecId. I use this list to populate an Employees Manager on a form once completed this field can be used directly on the approvals object.
If your still stuck, shout and I will try to get you some more instructions.
-
4. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
AlasdairRobertson Oct 10, 2016 6:41 AM (in response to AlasdairRobertson)Below is an example of setting up the manager of an employee for approval using 3 different methods all based on the Manager Link field. The same process can be copied for all approvers. I have done multiple approver tables in systems to allow approval based upon a number of different criteria using a similar methodology.
Service Request form:
Employee Field: uses the Employees pick list, can be populated with $(CurrentLoginID()) for the current logged in user then made read only.
Manager via Link:
-
5. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
AlasdairRobertson Oct 10, 2016 7:46 AM (in response to AlasdairRobertson)Here is the Request Example upload in to a 2016.1.1 staging system and have a play, its based upon the Manager Link on the Employee record.
Click to Down load Request File
You will need to create the pick list below to make it work.
-
6. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
[email protected] Oct 11, 2016 7:44 AM (in response to AlasdairRobertson)Hi Alasdair,
very thanks for your answer. The idea of the Manager link was the right one.
I set up all the approvals with this link and it works. Fantastic!
Thank you for your help! -
8. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
AlasdairRobertson Nov 3, 2016 6:57 AM (in response to [email protected])what happens on your RO form when you preview it?
-
9. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
AlasdairRobertson Nov 3, 2016 7:25 AM (in response to [email protected])Forgot to mention, I presented this a the HEATwave London event yesterday, I will be posting all my examples and metadata patches so you can take them a part and have a play with them.
-
11. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
AlasdairRobertson Nov 3, 2016 7:30 AM (in response to [email protected])Can you add a text field and check that your users ManagerLink is populating with a RecId....I have seen a few errors playing with this but they are all related to the RecId displaying rather than a manager name in most cases.
-
13. Re: Does anyone use more then one approval for a request? We need to have the approval of the whole hirarchie.
AlasdairRobertson Nov 3, 2016 8:30 AM (in response to [email protected])You don't need to change anything to do with the relationships...does your Profile record have a manager populated? (I cant tell if you have whited out the field or not)