Skip to main content
Nintex Community Menu Bar

Hi, 

Does anyone have the new link/help document for creating custom themes in K2 Five?

Kind Regards
Prineel

Hi Prineel,

 

Check the link below.

https://help.nintex.com/en-US/k2five/devref/current/default.htm#Themes/Custom-Themes.htm

Regards


KevinZ wrote:

Also run

IF NOT EXISTS(SELECT * FROM  K2]..Form]..Theme] WHERE  Name] = 'Custom Grey Void')
BEGIN
INSERT INTO K2]..Form]..Theme] (Name) Values ('Custom Grey Void')
END


Instead of just:

INSERT INTO  K2]..Form]..Theme] (Name) Values ('Custom Grey Void')


prevents multiple insert problems.


Reply