Skip to main content
Nintex Community Menu Bar
Solved

K2 Five Custom Theme Link


Hi, 

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

Kind Regards
Prineel

Best answer by KevinZ1

Hi Prineel,

 

Check the link below.

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

Regards

View original
Translate
Did this topic help you find an answer to your question?

2 replies

  • 37 replies
  • Answer
  • March 2, 2021

Forum|alt.badge.img+1
  • 8 replies
  • March 3, 2021
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.

Translate

Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings