Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am very comfortable using partial reloads but we have many apps in our org that use library scripts that create and drop temp tables so we cannot amend the load statement with a Replace or Add keyword.
SO I need to be able to detect in script if its a full load or a partial load running so I can grammatically Exit Script on a Partial Load so I stop before call statements to library scripts which will cause the script to fall over as they rely on resident tables that will not be available in a partial load.
Sorry if its a bit of a confusing question.
Many Thanks
Claire
It could be checked with: IsPartialReload()
- Marcus
Many thanks Marcus this is exactly what i was looking for. You may consider this as answered
Claire