Forum Replies Created
-
AuthorPosts
-
Hi Alexander,
we are still “playing” around with this issue. We have now a mail enabled security group created with external contacts and in general the sending of mails work. THe only question is if we can send the mail as unformatted text and not in html format?
is this possible?
thanks.
ChristophHi Alexander,
I ran now into another issue. I have 4 tabs. on the first tab there is basic information, just fields to enter information. the second tab contains the lookup.
when I get into edit form and i stay on the first tab and change some info there and try to save the form, it will not save and close the form.
If I do the same thing after changing once to the second tab where the lookup is then I can save and close the form.
this is not perfect. is there any solution for this?
thanks for your help.
Christoph
- This reply was modified 6 years, 4 months ago by Christoph Moosbrugger.
Hi Alexander,
unfortunately this cannot be fully correct as we tried to send a mail from a fully external contact to the distribution group and this worked out well but with the form it does not.
It seems also weird to us that the receiver of the mail (To Field) needs to have permission on the site where the form resides.
is there anything else we can do?
thanks.
ChristophHi Alexander,
many thanks for this reply. for the same topic i am looking into the possibility to send emails to adistribution group specified?
is this possible?
thanks
Hi Alexander,
many thanks!! Problem solved 🙂
christoph
Hi Alexander,
sorry for the wrong info I sent.
I tried again to get what you asked for. see screenshot attached. I would like to use the total of the lines. in this case it would be the 275.125.
thanks.
ChristophAttachments:
March 16, 2018 at 13:04 in reply to: Possible enhancement to DFFS handling of fields in rules – any thoughts? #20258Hi,
this would be of great help as I am struggling now with having a tab visible only if multiple fields are field. So far I can only get it to run that it is visible if one field is filled.
thanks.
ChristophHi Alexander,
following code i see:
The total value of the line items above is stored in the code as following:
<td class="vLookupTotals vLookup_total_vlookupItems" valign="top">VALUE< /td>
The Value of the line item is stored in the code as following:
td class="childTableCell vLookupItems_Net_x0020_Value" valign="top" style="width:100px,max-width:100px;">
My custom JS code is following which is implemented in the New Item FOrm and in the Edit Item Form:
function dffs_PreSaveAction(){ setFieldValue("NET_x0020_Value",spjs.vLookup.dataObj.vLookupItems[spjs.dffs.data.thisItemID].tot.NET_x0020_Value); return true }
maybe you also need to know the Field NET_x0020_Value is in the Parent List and in the Cild List available. In the Parent List it is just a text field and in the childlist it is a calculated field where it calculates the product of amount and price per unit.
Let me know if you need further details.
thanks.
Christoph- This reply was modified 6 years, 8 months ago by Christoph Moosbrugger.
Hi,
I think I know what you mean but this still does not solve the issue.
This works with the initial code snippet you gave me but also this is kind of not the solution we are looking for. Would be a workaround.
christoph
Hi Alexander,
this addition to the code still does not resolve the issue. Following is the error from the console:
SCRIPT5007: Unable to get property ‘tot’ of undefined or null reference
thanks.
ChristophHi Alexander,
even with new new code snippet I still cannot save the form. The issue seems to be with the New Form and the code snippet. When I have the code in the NewForm Custom JS section it will not allow me to save.
When i delete it from the Newform and just use it in the edit form, it will work when I reenter the form, add the lines and then it will transfer the numbers correctly but this is not how it should work.
Any solution for this that the numbers get copied already with the newform?
thanks.
ChristophHi Alexander,
I tried to use your second code snippet but now I have the problem it will not let me save the form.
function dffs_PreSaveAction({
setFieldValue(“test123”,spjs.vLookup.dataObj.vLookupTasks[spjs.dffs.data.thisItemID].tot.PercentCompleted);
}and I think you miss a closing bracket in the code. can that be?
thanks.
ChristophHi Alexander,
is there also a way to define when the script is executed? I guess by default it is executed on load, right? Is there any chance to run this little script on save? so when I click on save?
thanks.
Hi Alexander,
I guess the issue with the totals row has to do with the missing code after seconds. Attached you can see two screenshots taken one after the other (see the time in the right bottom corner). the interesting part is the time when the code got save. there is one hour difference but the screenshot with no code was taken later.
thanks.
ChristophAttachments:
Hi Alexander,
I just ran into another issue. When I put the code into the JS section of the EditForm everything works well beside the issue in my previous post but today in the morning i recognized that the code is gone.
thanks.
Christoph -
AuthorPosts