How to configure Webservice in confiform field and get value
Need to pass the iCode field value to the web service URL and get the result.
Kindly help
Hi @varatha
Take a look a this example https://wiki.vertuna.com/display/CONFIFORMS/Using+use+proxy+setting+in+dynamic+dropdowns
Alex
Hi Alex,
Thanks for the reply.
This URL was useful.
But the requirement is User need to enter emp code (for ex i34533) in the form. pass this code into webservice and get the emp name (for ex:- Stefano) in another field
Kindly help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In this case look at setting up the lookup rule https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Field+Definition+Rules#ConfiFormsFieldDefinitionRules-LookupandsetWSvalue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean!? The link is DIRECTLY showing your the type of the ConfiForms Field Definition Rule to be used
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
I would like to know the step to step configuration for enter the "id" and get value in another field from Webservice.
what is the configuratoin for confiform rule definition and IFTTT macro config..
Kindly help
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dont know anything about the web-service you are trying to use, but here is a video example on how this can be used
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
Thank You.
Yes admin already configured in confiform configuration.
But we are using value to set as confiform field
ex:- IcodeOwner=[entry.iCode]
Please let us know do we need to configure IFTTT integration rule? if Yes please share configuration video.
Thank You.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Those are simple “text” and “textarea” fields. Nothing else
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks i followed your steps
but its not working for me i am using service url is
https://dom.travel.com/costcenter/[entry.fieldname]
Is this URL is correct?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
Developer given the absolute path only
https://dom.travel.com/costcenter/
and configured the same in confiform webservice setting. How to convert absolute into relative url?
Please suggest
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to configure a web-service connection configuration in the ConfiForms configuration (admin only) and then use it in the lookup rule
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes admin already configured in confiform configuration.
But we are using value to set as confiform field
ex:- IcodeOwner=[entry.iCode]
Please let us know do we need to configure IFTTT integration rule? if Yes please share configuration video.
Thank You.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Service URL you define in the macro configuration is concatenated together with the path configured for the web-service connection in the configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
On server/dc version of ConfiForms the logs are written into standard Confluence logs
Also it is possible to see IFTTT rules execution log, as well as enabling the same for the ConfiForms Registrations Control macro to see UI rules invocation log
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Alex,
Thanks for the sharing the doucmentation
Here scenarion is Using GET method to pull value from webserivce. I followed your video. but i could not get the value.
Please guide us what was done wrong.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Because service url expects you to have ONLY the service URL (relative URL to the connection you have configured), not an absolute URL
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Look at the documentation and examples we have on our wiki and here around this community - conditions are written as filters - https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Filters and when you do an web-service connection calls you specify the service URL as a parameter which is RELEVANT to the web-service connection configured in ConfiForms configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.