• ERROR: isInList: The parameter at index 1 must be of type enum

    Hi, I have this "Visisble if" formula. $service_product_c is a multi picklist field. I want the field to be visible when the value "Business integration" is selected. I tried: equal("Business integration",$service_product_c) // This works, but no…
  • Adding formulas/field calculations when creating custom fields via the manifest file.

    Hey guys, I hope you are all well. I am currently work on a package to update our customer onboarding process. It would be preferred to install a single package in production and the configuration is complete except for adding the fields to the record…