Alexander Bautz

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 4,702 total)
  • Author
    Posts
  • in reply to: Send email from New Form with link to newly created record #38332
    Alexander Bautz
    Keymaster

      Look at the change log for v1.0.75.0 and see if you can use the variables I exposed to accomplish what you want to do.

      PS: I just published v1.0.76.0 also: https://spjsworks.com/changelog/

      Alexander

      in reply to: Send email from New Form with link to newly created record #38327
      Alexander Bautz
      Keymaster

        Sorry, but I don’t think this kind of solution can be added to DFFS. This is because it in any case requires an external list and a custom FLOW to send the emails, and the technical setup of this would cause a lot of support requests…

        I think you are better off setting up a FLOW that runs on a schedule (every hour or every day) looking for items in the list that matches the send date set in a datepicker in the list item. Using a FLOW you can set up different conditions for different statuses, and send emails based on different schedules that reads the data from the list item directly when you send the email in the FLOW.

        Alexander

        in reply to: Set Value action for People or group field type #38324
        Alexander Bautz
        Keymaster

          I have added a new option “Clear the previous value before setting new value” to the Set field value action in the rule-builder.

          Alexander

          in reply to: Send email from New Form with link to newly created record #38322
          Alexander Bautz
          Keymaster

            You can use the DFFSID (you must add a field with internalname _DFFSID your list and the DFFSID will be autogenerated) like this from an email triggering on any trigger you like:

            Here is the new item: <a href="https://contoso.sharepoint.com/sites/YourSite/Lists/YourList?DFFSForm=disp&DFFSID=[[fieldValue:_DFFSID]]">Link</a>
            

            Scheduling emails is not possible directly from DFFSS. You must use a FLOW to achieve this (by adding a send-date field in your list item and using a FLOW that runs on a schedule every day looking from send-date match in the list).

            Alexander

            • This reply was modified 1 week, 4 days ago by Alexander Bautz. Reason: Fixed link-format
            in reply to: Set Value action for People or group field type #38317
            Alexander Bautz
            Keymaster

              Hi,
              Are both of your people picker fields multichoice?

              Alexander

              Alexander Bautz
              Keymaster

                Hi,
                This issue is fixed and I’ll release a new version tomorrow.

                Alexander

                Alexander Bautz
                Keymaster

                  Hi,
                  Sorry for the inconvenience, I have confirmed this bug and will get it fixed as soon as possible and release a new version.

                  Alexander

                  in reply to: Contents when using email current tab #38309
                  Alexander Bautz
                  Keymaster

                    1. Yes, but the code is changed to support emailing the form with the correct layout – the styling is inline on the HTML elements. Look through my changed code and amend yours to match.

                    2. The styling is moved inline in the style attribute on the element and the class is no longer needed.

                    3. It is used only as a selector and not to style the element and is not defined anywhere.

                    Alexander

                    in reply to: Issue with rules related to people pickers #38305
                    Alexander Bautz
                    Keymaster

                      The people picker field loads async because it evaluates all entries to ensure they are valid choices. I assume that this process is slow for some reason.

                      I’m glad you figured out a solution.

                      Alexander

                      in reply to: Contents when using email current tab #38304
                      Alexander Bautz
                      Keymaster

                        You can remove the classname “statusBannerIcon” from the HTML code and also remove the class from your Custom CSS.

                        Alexander

                        in reply to: Contents when using email current tab #38302
                        Alexander Bautz
                        Keymaster

                          The approvalWfStatus class is used in the HTML code in the tab.

                          I finally understood that you were emailing the tab and not printing it…

                          The reason that it doesn’t work when emailing is that external stylesheets are not supported (not in DFFS, but in email clients). If you want the icons to show in the email you must add all styling inline in the HTML code – something like the attached file.

                          Alexander

                          in reply to: Set Value action for People or group field type #38298
                          Alexander Bautz
                          Keymaster

                            I have a few other issues left before I can release the next version, but hope to get it done during the weekend.

                            Alexander

                            in reply to: Contents when using email current tab #38290
                            Alexander Bautz
                            Keymaster

                              Try adding the CSS directly to the Custom CSS textarea and not load it as an external css-file.

                              Alexander

                              in reply to: Custom JS examples #38286
                              Alexander Bautz
                              Keymaster

                                I have noted it and will see if I can add support for that in a future release (most likely as an option that you can set on the attachment field if you want to allow downloading files).

                                Alexander

                                in reply to: Version History, Issues with Rich Text, and other notes #38285
                                Alexander Bautz
                                Keymaster

                                  The deletion of the viewfield was the clue – I had a cross reference between viewfields and prefill fields when deleting fields. I have fixed it in the upcoming release, but this will not be published until sometime this weekend.

                                  I have noted your other request (to-do-list) and will look into it later. I assume the status of the to-do items will only “live” inside the individual list items and not be rolled up in any kind of way? (that would complicate things).

                                  Alexander

                                Viewing 15 posts - 1 through 15 (of 4,702 total)