Use our Google Custom Search for best site search results.
Search
-
well you can write code in your form.
-
why dont you promote concatenated dates and later in the work flow check if the field contains today's date then send the email notification.
-
use a data connection to fetch the data from list, drop the data connection on to the form, have conditional formatting on the repeating table formed by droping data connection on the form to hide rows when the field doesnt contain data that is present in the text box.
for copying it to another repeating table you will need custom code or qrules
-
well that code is for only one field, you can use this to encrypt the fields, a similar code is required to decode the field. This piece of code on submittion/saving.
At submit save time the events should be like
1) encrypt the fields
2) submit/save
3) decrypt the fields.
On form load decrypt the form.
-
on validating event you cant set value to the field being validated, or if it is a group you cant set value to any of the fields inside the group.
-
well what ever your server is called it will always have a unique IP address try using that instead of using server name.
-
can you explain your query a bit more. I am not able to get what you want to say.
-
the easiest way is to use additional fields that will have concatenated values of the repeating table and promote that field.
-
you can use multiple approach.
1) on form load set a rule to check the value comming from the sharepoint list and accordingly set the check box.
2) in the check box properties change the checked and unchecked values to 1 and 0.
-
there are two workarounds for this problem.
1) is using code to retrieve the data set, that will be faster.
2) another is to extend the time out. check this. Though this one is The easiest one, but your form will continue to open slowly