Restrict record creation for a particular record type using flow (only Admins can create) #inSalesforce

Restrict record creation for a particular record type using flow (only Admins can create) #inSalesforce

Suppose on Account Create, on Marketing Record Type, Use the formula in Flow:

Record Type Developer Name = 'Marketing' and Profile does not equal 'Admin'

Only Admins can Create Marketing Record Type Accounts





Visual: https://www.youtube.com/watch?v=ih7eM7v3jTA

Comments