Importing records from a .CSV file into my application, but upon import the rule Staff.Comapny=LoggedInRegularUser.Company doesn't work. Therefore, the records don't have any company assigned and my READ PROTECT rules hide the imported data.
Is there a way to assign the LoggedInRegularUser.Company as the .CSV records are imported? A work around is putting the company name in the .CSV and importing as a relationship, but leaves room for error.