GithubHelp home page GithubHelp logo

Comments (6)

vhabhsrosed avatar vhabhsrosed commented on June 12, 2024

OK. Update.

this sample of your code is working. so i will keep digging here to see why i am having trouble wiht some of the samples.

$SP().notify('Processing the data...', {sticky: true}); // the notification will stay on the screen until we remove it
$SP().notify('All done!', {overrideAll: true}); // the "Processing the data..." is removed from the screen and a 5 seconds message says "All done!"

$SP().notify('Please wait 10 seconds...', {
name: "My 10 seconds notification",
timeout: 10,
after: function (name,afterDelay) {
if (afterDelay) alert("OK, you waited during 10 seconds!")
else alert("Something just removed this notification called '"+name+"'' before the timeout :-(")
}
})

from sharepointplus.

vhabhsrosed avatar vhabhsrosed commented on June 12, 2024

The first issue involving null or defined occurred because the URL needed to be relative. The full url was probably getting blocked on it's call by IT.

Now I am wondering how to use SPPlus ot set a date field. I can set text fields with the following line but am having trouble setting a date field using the same code on the same list. I am using ISO format and editing spaces in the column name with x0020

can you help me to use your code to populate dates or is that not part of its funcitonality yet? tx -dave

$SP().list("Project Management").update({ID:20455, IRB_x0020_Meeting_x0020_Date:"2014-12-10"}); // you must always provide the ID
//$SP().list("Project Management").update({ID:20325, Project_x0020_Number:"wFinal how did this get here"}); // you must always provide the ID

from sharepointplus.

vhabhsrosed avatar vhabhsrosed commented on June 12, 2024

of course it was me and they typical newbie mistake. the internal fieldname was actually

IRB_x0020_Mtg_x0020_Date

so until i figured to quit assuming things and actually go check, other had long ago left for the pub.

seems like a great API you've built.

from sharepointplus.

vhabhsrosed avatar vhabhsrosed commented on June 12, 2024

Wow. this stuff is great. thaks for letting us use it. i've really sttruggled with the complexity of solutions used to update values in lists. The solutions are complicated for me. this one has fewer things to figure out and keep track of.

from sharepointplus.

Aymkdn avatar Aymkdn commented on June 12, 2024

(Sorry I'm away for the week-end... I'll look at your questions on my return, on Monday)

from sharepointplus.

Aymkdn avatar Aymkdn commented on June 12, 2024

Hi,

I'm back and reading your comments. It seems everything is OK for you now :-)

I'm glad you like it !

from sharepointplus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.