Sharing-and-Visibility-Designer 試験問題 26

開発者は、Visualforce ページ用に以下のカスタムコントローラを作成しました。SOQL インジェクション攻撃を防ぐためにバインド変数を含む静的クエリを使用する正しい方法は次のうちどれですか?1 つ選択してください。public class CustomContactController { public String name { get { return name;} set { name = value;}
public PageReference query() { String qryString = '連絡先 WHERE から ID を選択 ' + '(IsDeleted = false および名前 LIKE \'%\'' + name + '\'%\')'; queryResult = Database.query(qryString); null を返します。} }
  • Sharing-and-Visibility-Designer 試験問題 27

    DreamHouse Realty has the following situation:
    - User 1 is in the default account team for User 2, who owns the ACME account.
    - User 2 modifies User 1's team member access to the account.
    What results from this modification?
  • Sharing-and-Visibility-Designer 試験問題 28

    Universal Containers (UC) uses a custom lightning component with an Apex class to display shipment information (custom object, private OWD). UC sales managers are complaining about two important points:
    Shipment records that belong to their teams can be seen by other users.
    Shipment amount should be visible only by managers, but sales reps are able to view it.Which two features did the development team miss that is causing the problems?
    Choose 2 answers.
  • Sharing-and-Visibility-Designer 試験問題 29

    Many sales users with different user profiles recently complained about being unable to view certain fields on account records in Salesforce. Which page can be accessed by a system administrator in Setup to quickly determine which profiles, page layouts, and record types are assigned to certain fields on the Account object?Choose 1 answer.
  • Sharing-and-Visibility-Designer 試験問題 30

    Salesforce で大規模なロール階層の再調整を実現できる高度なツールは何ですか?