Solved

K2 Five Custom Theme Link

  • 2 March 2021
  • 2 replies
  • 185 views

Hi, 

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

Kind Regards
Prineel

icon

Best answer by KevinZ1 2 March 2021, 15:47

View original

2 replies

Hi Prineel,

 

Check the link below.

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

Regards

Badge +1
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