Forum Replies Created
-
AuthorPosts
-
Alexander,
I did exactly what you said but nothing happened when updating the multi line field since the email flow did not occur. I added the JS code and replaced with my friendly rule name and the multi line field in the Custom JS tab. Also, changed the trigger to No Trigger.
Any suggestions?
Thanks
Frank
Alexander,
Thank you!
Frank
Steve
Thank you.
Frank
Still didn’t work.
Here’s what I entered.
{updates} <br>
I am have tried putting the tags before and after the field but still doesn’t work.
Thanks
Frank
Steve,
I’ll try it again since the <br> didn’t work for me. I had added the <br> before and after the field name.
Thanks
Frank
Alexander,
I was able to install on my development SharePoint site.
Thanks for all your help!
Frank
Alexander,
I had actually installed the package. See the attachment.
Did I install it incorrectly?Thanks
Frank
Attachments:
Alexander,
Attached is the Modern DFFS error.
Thanks
Frank
Attachments:
October 11, 2015 at 00:50 in reply to: Display a calculated column display value in edit form? #8696Hi,
I get a JS error when adding the code to the Misc section.
Here’s my code therefore let me know if I doing something wrong since do not know Java.var qRes = spjs_getItemByID(
{
“listName”:_spPageContextInfo.pageListId,
“id”:spjs.dffs.data.thisItemID,
“viewFields”:[“RPN”,”Control_x0020_Plan_x0020_Require”]
}
);$(“span.RPN”).html(qRes[“RPN”].split(“;#”)[1]);
$(“span.Control_x0020_Plan_x0020_Require”).html(qRes[“Control_x0020_Plan_x0020_Require”].split(“;#”)[1]);$.fn.digits = function(){
return this.each(function(){
$(this).text(parseFloat($(this).text()).toFixed(2));
})
}
$(“span.numbers2″).digits();Thanks
Frank
Alexander,
Thank you for the quick reply since it worked!
Frank
Hi
I am receiving an error per the attached message.
Is there an issue with versions?
Backend v4.200
SPJS 1.183
CSS 4.01The “FieldInternanName” of the calculated field is ‘RPN’
I also added <h2>Profile RPN: <span class=”RPN” /></h2> to the HTML Heading field.
Do I need to update my DFFS version?
Thanks
FrankAttachments:
Nevermind since I just noticed you replied to someone with the question.
Thanks
Frank
-
AuthorPosts