Litium connect field update

Is it possible to update a field only if it is a create operation, but ignore that specific field if it is an update operation to an existing product, in litium connect product import.

Litium version: 7.7.2

Not really. Depending on what your requirement is you could add a Validation that resets the value on the entity if it’s an update performed by the system user. Or you could pass set a field in the import that indicates if it’s a Connect update and build your validation logic around that.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.