Add CONTACT details to Submit Incident(Advanced) form
Updated: 27 Jun 2010 | 12 comments
This issue has been solved. See solution.
Hello,
I'm trying to modify the "Submit Incident (Advanced) Form" to add more details on the Contact other than his name & email address, such as extension, devision, manager, Employe ID etc.
I edited the relevant workflow project to do that. I tried to add these information to the form, but could not find variables that contain this information to show it in the form. The available variables contain only the existing infroamtion. I could not, for example, find a variable that contains 'contact devision' to use it.
Any one coould help?
Regards,
Mustafa
Discussion Filed Under:
Comments
Any Update..?
Hello,
Could any one review and update this subject please?
Mustafa, I have a similar
Mustafa,
I have a similar requirement, and will keep you informed of my progress. Which projects did you modify to import the additional AD data?
It looks like ADMergeManagement.workflow
has all the logic for import if anyone else is looking
Hi msedam, thank you for the
Hi msedam, thank you for the reply.
However, I'm not trying to import additional data from AD. All required data are already imorted and can be viewed in the Contact details page.
I only need to add these data into the Submit Incident (Advanced) Form. I'm working on the project wich contatins the form designer of that form, not on the ADMergeManagement project.
Any ideas?
Regards,
Mustafa
Hello, Any news???
Hello,
Any news???
Add CONTACT details to Submit Incident(Advanced) form
Dear Mustafa,
How can you imagine that you will find a variable containing 'Contact Division' if this is not designed by default?
Is the contact division visible as 'Contact division' when you look at a contact detail in the SD?
If not, then you may need to create an integration that queries the DB using sql or using a report and then use this integration to populate a record with the information you need.
You will next be able to use this new variable in the forms.
Best regards,
Fabrice B M
FABEMARA Consulting the main Symantec Altiris Partner in Spain
http://www.fabemara.es
http://assistance.fabemara.com
Required Fields are already there in the Contact Info page
Hi Fabrice,
The fields that I need to add to the form are already there in the Contact Info page. I mean, if you search for a contact in the SD, you can view all these info; Contact Phone, Manager, Department, etc.
However, in the Submit Incident (Advanced) form, I cannot find variables that contain these information to view in the form. Avaialable variables are only those that contain information already viewed in the form, ehich are Contact Name and Email Address.
Thanks,
Mustafa
You have to import the user
You have to import the user details using the 'Search User' component. Once this is done it imports all of the variables for the user in the output variable that you name in search users. You can use the ensemblesecurity key or another variable to do this.
You should be able to then use the 'Map Single Value' component immediately after to map all of the outputs to the fields of your choosing.
After that all that remains is to update your forms and add the variables as test fields, or you webparts.
I hope this helps.
Well, that sounds logic and
Well, that sounds logic and helpfull.
I will try this out and come back to you if fail to do it.
Thanks alot Shamilton.
Regards,
Mustafa
Thank you Shamilton for the
Thank you Shamilton for the helpfull information.
I actually could not know where exactly to put the 'Search User' component and how to pass the selected contact as an input parameter.
However, I could update the existing 'Map Single Vlaue' component for the 'ProcessContactUser' variable and map required fields to variable, which finally achieved my requirement.
My last quesion, can I add more fields to this variable so that I can map more variables? Also, does it affect the system function if I change the existing default mapping for this variable?
Thanks alot.
Mustafa
You can, in the Map Single
You can, in the Map Single Value component for the selected user variable that maps to Process Contact you will see which Variable Set the selected user components has. You can then map these to other variables. I use contact notes for a group. If you want to use more of the components you may have to create a new variable and add a data mapping component.
Don't start changing the existing data mapping, this will cause problems down the line.
Hope this helps.
Thank you Shamilton for you
Thank you Shamilton for you help.
I finally could do what I want.
Regards,
Mustafa
Would you like to reply?
Login or Register to post your comment.