I want to combine 3 of contact properties and 2 company properties to create fitment score.
Hi @PriyankaGotsurv,
Generally, this is possible with a custom calculation property: Create calculation and rollup properties
In such a calculation, you can add one property to another and perform mathematical operations.
This requires the values to be available on the object you create the property on. For example, if you create the calculation on the contact object, all values must be available on the contact object. You can use sync properties to make values of company records available on the contact object: Create sync properties that copy data to associated records
Depending on what those properties contain exactly, you can also reference company properties within a contact score directly: Understand the lead scoring tool
Best regards