Memos About Salesforce

Salesforceにハマってたこと!

ネットスイートの制限種類

どんなツールを使って、開発をしても、必ず制限がある、

今回、ネットスイートの制限の種類に説明します。

 

制限種類

 

 

  • API usage limit

 

 

  • Instruction Count limit

 

 

  • Timeout limit

 

 

  • Memory usage limit

 

 

 

大体この4種類

 

API Usage Limit

 

Operation         Unit Cost

Loading a Saved Search      5

Retrieving Search Results      10

Scheduling a task      10

Requesting a URL       10

Sending an email      10

Creating a custom record     2

Creating an Employee record     5

Creating a Sales Order record    10

Saving a custom record       4

Saving a Contact record      10

Saving a Purchase Order record      20

 

 

Script Type     Usage Limit

Client       1,000

User Event       1,000

Suitelet      1,000

Portlet      1,000

Workflow Action      1,000

RESTlet      5,000

Scheduled      10,000

Map/Reduce      10,000

Bundle Installation      10,000

Mass Update      10,000 per record

 

 

これらを意識しながら、開発を行えば、制限に接触しないだろう!!!!!