function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
davidesidavidesi 

Issue with recordtypes

Hi to all.
I'm having an extrange behaviour with Opportunity object, and I'd like to ask for help.

The Opportunity object has an picklist field, name "A".

I have two different recordtypes "Y" and "Z" ,and each recordtype shows a unique value.
recordtype "Y" -> value "1"
recordtype "Z" -> value "2"
Also picklist field "A" is hidden for all profiles.

The point is that sometimes an recordtype "Y" opportunity is sending value "2" , and recordtype "Z" opportunity sends value "1". (It occurs less than 1% of the times).

Anyone knows what is happening?

Thanks

Rahul_sgRahul_sg
Is the recordtype field editable on your edit page?
Also, are there any batch jobs to update the Opportunity records?
davidesidavidesi

Hi Raul.

 

The field is neither editable nor visible.

 

And there is any batch process affecting this field (but I'm going to review the triggers to look for something there)