• Rustyrpage
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 0
    Replies

Bioness, Inc is looking for a Salesforce.com Developer/Trainer. Below is a link to the job description on our website, but we are looking for someone very specific:

- Salesforce.com developer (Workflows, VisualForce Pages, Apex Triggers)

- ERP expertise

- Integration experience

- Project management skills
- Training Expertise

- E-Commerce and credit card processing within Salesforce.com

Here is the job posting

 

Bioness Inc. ™ offers a competitive compensation package, excellent benefits and growth opportunities. We are an equal opportunity employer, committed to hiring a diverse workforce, M/F/D/V.

CONTACT: Submit resume to careers@bioness.com

Req #660-12

I have a problem where we lock a record after it has been approved, however, there is a single field on that record that needs to be updated by a certain group of people.  The only way that I can think to do it is to write a custom APEX code that will update the field.

 

Is there a way to  write a button that, when pressed will launch a picklist that pulls from my field & then allows the user to update that field using the APEX trigger (which runs as admin).

 

To summarize, we use Glovia Order Management, which creates Sales Orders inside of Salesforce.com.  Once the Sales Order has been approved by the sales manager, the record is locked, but we have a custom field called Fulfillment Status that has 8 picklist values - the fulfillment team needs to be able to modify JUST that field to move it around the fulfillment line - so the ideal scenario is a button that allows the system to change it as they go.  (but they need to be able to select the status).

 

Any ideas?