LANG SELRCT

Apps Script Reference  (Create: Create new Spreadsheet | Create new Apps Script

Friday, January 31, 2020

Salesforce APIで接続アプリケーションのIP制限の緩和を設定したい


IP制限を設定できる項目があったので備忘録として書き残しておきます。


① 歯車アイコンから「設定」を選択します
② アプリケーションを選択します
③ 接続アプリケーションを管理するを選択します
④ 対象のアプリケーションの「編集」をクリックします


IP制限の緩和のセレクトボックスで選択できました。


参考

接続アプリケーションの IP 制限の緩和および IP の継続的な適用
https://help.salesforce.com/articleView?id=connected_app_continuous_ip.htm&type=5

Latest post

Extracting data from Google Sheets with regular expressions

Introduction Regular expressions are a powerful tool that can be used to extract data from text.  In Google Sheets, regular expressions ca...