What is prepare Prepare publication vs Publish in Custom resource? what happens during each action? | Community
Skip to main content
ASNeelima
New Participant
April 30, 2025
Solved

What is prepare Prepare publication vs Publish in Custom resource? what happens during each action?

  • April 30, 2025
  • 1 reply
  • 1032 views

 Prepare publication vs Publish difference?

Best answer by SatheeskannaK

@asneelima Prepare for publication - This feature lets you see a preview of the changes that will be made to the resource or table. You can also check out any SQL and API modifications that may be involved. Publish - You can think of this as similar to a commit operation in a database. After reviewing the preview of the publication, if you decide to proceed with the changes, the publish operation will take care of that for you.

1 reply

SatheeskannaK
SatheeskannaKAccepted solution
New Participant
April 30, 2025

@asneelima Prepare for publication - This feature lets you see a preview of the changes that will be made to the resource or table. You can also check out any SQL and API modifications that may be involved. Publish - You can think of this as similar to a commit operation in a database. After reviewing the preview of the publication, if you decide to proceed with the changes, the publish operation will take care of that for you.

Thanks, Sathees