-
Search Results
-
Topic: Need Help with Simple Rule
Hi Alexander:
Probably something simple but for some reason I’m stuck.
List Fields
– Requested By (People Picker)
– Status (Choice)What I need:
1. Set Status to “Pending Review“ when:
– Requested By = {currentUser}
– Status = “Action Required” on load2. Send Email to “Requested By” when:
– Requested By <> {currentUser}
– Status is changed to “Action Required”Current Rules:
Set Status to “Pending Review“
1. Requestor Is Current User
– Trigger: Requested By = {currentUser}
– Validate: Form Load
2. Current Status Equals Action Required
– Trigger: Status = “Action Required”
– Validate: Form Load
3. Update Status to Pending Review
– Trigger: When this form is saved
– Validate: Form load and field change
– Linked Rules: Rule 1 and 2 above
– Set field value: Status “Pending Review“Send Email to “Requested By”
4. Requestor Is Not Current User
– Trigger: Requested By <> {currentUser}
– Validate: Form Load
5. Status Changed to Action Required
– Trigger: Status = “Action Required”
– Validate: Field Change
6. Email Requestor Action Required
– Trigger: When this form is saved
– Validate: Form load and field change
– Linked Rules: Rule 5 and 6 above
– Send or Stop Email: Email_Action_ReqRules 1, 2 and 3 gives the expected result. But I f I enable 4, 5 and 6. The Status changes to “Pending Review“ when I save the form even when rules 1 and 2 are false.
Let me know if screenshots would help. I did try to debug. All the rules validate as intended… i believe… until I hit save.
Help please!
Thank
JohnI am seeing an issue with the web part for showing forms on a site page. I love the functionality this web part is offering, but I have found a bit of an issue.
When I open an item to view with that web part and click edit it seems the DispForm fields are just enabled so the fields can be edited. The actual EditForm is not loaded, so none of the rules or custom JavaScript from the EditForm work. They are never loaded because the actual EditForm is not loaded–the DispForm is simply converted to editable from read only.
Steps to recreate:
1. Add HTML section to DispForm with <h2>This is the display form.</h2>.
2. Add HTML section to EditForm with <h2 style=”color: red;”>This is the edit form.</h2>.
3. Open DispForm in Modern DFFS Formpage.
4. Click “Edit.” The form does not switch as expected.
I am attaching a screen recording of the issue. The first video shows the forms switching properly when loaded directly from the list. The second video shows how the forms do not switch when loaded in the web part on the site page.
Greetings. Currently, using a multi-line text field with append comments, the one making the updated value saves the form and it places the person who created the list as the person who created the comment. In the attachment, it shows that Swapna was the one that created the comment even though William did. you can see the creator at the bottom. v1.0.17.0
I would like to report a strange effect and wondered if there was anything I could do about it.
I notice that if i click a list item too quickly after a refresh of the list, the DFSS icon does not appear in the action bar and SharePoint complains that there is no DFSS form. If I wait a few seconds it is OK.Is there anything I can do about this?
Thanks in advance
/MarcusHi,
I found a strage bug.
I have a form with 5 lookup fields on it.
1. Lookup with values from list 1
2. Lookup with values from list 2
3. Lookup with values from list 3 but filtered by the “parent” value as selected in Lookup 2
4. Lookup with values from list 2
5. Lookup with values from List 3 but filtered by the “parent” value as selected in Lookup 4(List 3 contains a lookup to list 2 which is the “parent”)
I also have a vLookup on this form and I have enabled the “New” button to create a new version of the same list item. I want to transfer Lookups 1, 2 and 4 into the new list item.
This WORKS perfectly but here is the bug:In the new item Lookups 1, 2 and 4 are all populated correctly. However, for this new item the options in Lookup 3 are NOT correctly filtered. The options shown are repeating sets of the options I want.
Stangely when I use Lookup 5 the options ARE filtered correctly by the selection in Lookup 4
Summary: The behaviour is correct for the new Lookup 5 but incorrect for the new Lookup 3
Hope that all makes sense to you Alexander.
Best regards and congratulations on such an great product.I have a cascading dropdown that uses a value (case pack) to determine values in the dropdown. That value is actually stored in the item list, where the item (Product) is selected in a dropdown above. How can I get that value to use as the parent column in the form with the cascade?
List 1 – products fields include name and casepack
List 2 – casepack – value
List 3 – order item – includes lookup to product, and a field with partial case pack values, I want to use the casepack from list 1 to filter the dropdown in list 3 based on matches in list 2.Hi Alexander,
I noticed the web part you added which enables showing forms on a SharePoint page – thank you! This is really useful! I have been playing around with it and it seems to be working correctly overall – just like the forms work when in a list.
I did notice one slight difference, though, in regard to the DispForm. When viewing an item directly in the list, there are “Edit” and “Cancel” buttons available so a user can switch to the EditForm. However, when viewing an item’s form in a Site Page via the new web part, the “Edit” button is not present. Is this by design, or would it be possible to have the “Edit” button available like it is when viewing an item directly in a list?
Thank you!