Git Product home page Git Product logo

sf1utils's Introduction

SF1Utils

Salesforce1 Utilities

Instructions

To access all functionality, install the managed package available at:

https://login.salesforce.com/packaging/installPackage.apexp?p0=04ti0000000LKi1

Take Ownership

(For more information see the introductory blog post at : http://bobbuzz.me.uk/1y7QmeU)

If you haven't already, enable chatter and turn on feed tracking for leads and cases. Edit the page layouts for lead and case, and add the Take Ownership publisher action. Open the Salesforce1 application and take ownership of whatever records you are interested in.

Notifications

(For more information see the blog post at: http://bobbuzz.me.uk/1nE4tSv)

If you haven't already, enable chatter. Notify a user from Apex, executing code similar to the following:

User notifyUser=[select id from User where username like 'keir.chatter%'];
MentionUtils.NotifyUser(notifyUser.id, ' Test Notification');

Alertify

(For more information see the blog post at: http://bobbuzz.me.uk/1pXgges)

If you haven't already, enable chatter. Edit the global publisher layout and add the 'Check In' publisher action. Open the Salesforce1 application and choose 'Check In' from the publisher actions.

sf1utils's People

Contributors

keirbowden avatar

Stargazers

 avatar Ruud Erie avatar Angus H. avatar Suresh Kekan avatar Jeff Joltes avatar Chris Eales avatar Taiki Yoshikawa avatar Shane Jensen avatar  avatar Abhinav Gupta avatar Daniel Huckins avatar

Watchers

Abhinav Gupta avatar James Cloos avatar  avatar Rocco Sorrentino avatar  avatar

sf1utils's Issues

Cancel and Submit not showing with IE11

with Chrome and FF the page is working correctly (and it works great with Salesforce1 too) but with IE we're getting a strange behavior: the submit and cancel buttons are missing.

on Chrome the line shows

On IE it shows

Looking at behavior, it seems there is code that removes the "display: none" on id="buttons" (around line 55 or so) but this is broken on IE11. The only way I've found so far to mitigate this is to remove the id="buttons" from that div so it doesn't get toggled.

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.