Use our Google Custom Search for best site search results.
Search
-
I am working on a form that I would like to use a promoted field from the form to display as a column in the form library. I have the form published as a content type (so I can use across multiple sites) and using qRules to auto-sense the library from which it is opened for saving (which is the library that I want the column updated in) but when ...
-
Perfect. This works like a charm! Thank you so much!
-
Thanks! This one works great for the first "Meeting" group node, but when I try in the second node, qRules throws the following error.
Command: Insert /parent=/my:myCPR/my:MainPageGroup/my:MeetingInfoSection/my:Meetings/my:Meeting[2]/my:Clients /child=my:Client
Error: Failed to select the source node.
Maybe I have the button ...
-
I am using the Insert command to insert a row into a nested repeating table using "Insert /parent=/my:myCPR/my:MainPageGroup/my:MeetingInfoSection/my:Meetings/my:Meeting/my:Clients /child=my:Client" The "my:Meeting" is the first repeating group and nested inside that group is the repeating group "Client". When ...
-
Awesome. That fixed it. I was not using the "../" at the beginning or the "my:" after the preceding-sibling. Thank you so much!
-
Good day!
I am trying to set up a count(preceding-sibling) formula as a default value on a repeating table, using an integer field for a line ID. I have set up the schema correctly and went into the properties for the ID field within the repeating group and in the default value field entered the formula "count(preceding-sibling::Change) + ...
-
Thank you! Now for the second part (of course). I have it working and can see that the errors get put into the result node. If there is one error, I can easily copy that to another field, but is appears that if there are more than one error, it concats all of the errors into the result field. How would I move the errors to different lines in a ...
-
Is there a way within qRules (I have 6.1 installed) or without code to access a complete list of the validation errors within an O365 browser form? I want to prompt the user (maybe through repeating table) to correct validation errors by letting them know where to find them (without having to dig through my form).
Thanks as always!
-
I am trying to create at .XTP for a browser enabled form on O365, that includes a field that shows the current version of the form. I have seen samples of these footers on Qdabra forms from webinars, but cannot seem to get the field to work for me once published. Could someone give me the settings (and default value or formula needed) for the ...
-
I have created a browser form in IP 2010 to publish to a O365 site. When published to my site, the form works great in the browser on PC (both IE and Chrome), but when viewed using Chrome or Safari on my iPad, the arrows and selection options for dropdown menus do not render. I don't know what other information someone may need, but is this ...